#ef3ae7

Color #EF3AE7 Razzle Dazzle Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Razzle Dazzle Rose #EF3AE7

Tints of Razzle Dazzle Rose #EF3AE7

Color information

#EF3AE7 (or 0xEF3AE7) is unknown color: approx Razzle Dazzle Rose. HEX triplet: EF, 3A and E7. RGB value is (239,58,231). Sum of RGB (Red+Green+Blue) = 239+58+231=528 (69% of max value = 765). Red value is 239 (93.75% from 255 or 45.27% from 528); Green value is 58 (23.05% from 255 or 10.98% from 528); Blue value is 231 (90.62% from 255 or 43.75% from 528); Max value from RGB is 239 - color contains mainly: red. Hex color #EF3AE7 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EF3AE7 is #10C518. Grayscale: #838383. Windows color (decimal): -1099033 or 15153903. OLE color: 15153903.

HSL color Cylindrical-coordinate representation of color #EF3AE7: hue angle of 302.65º degrees, saturation: 0.85, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #EF3AE7 is Cyan = 0, Magento = 0.76, Yellow = 0.03 and Black (K on CMYK) = 0.06.

Color convert

RGB23958231-
CMYK00.760.030.06
HSL302.65º84.98%58.24%-
HSV(B)302.65º75.73%93.73%-
XYZ51.5327.1578.12-
YUV131.84183.97204.43-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 239 (93.75% from 255) = 45.27%
GREEN value IS 58 (23.05% from 255) = 10.98%
BLUE value IS 231 (90.62% from 255) = 43.75%
R=45.27%
G=10.98%
B=43.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.03
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2395823100.760.030.06302.6584.9858.24
HexEF3AE704C3612f553a
Octal3577234701143645712572
Binary111011111110101110011101001100111101001011111010101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ef3ae7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ef3ae7; }

 p { color: rgb(239,58,231); }

 H1.HeaderClassName
 {
   color: #ef3ae7;
 }
 .AnyTagClassName
 {
   color: #ef3ae7;
 }
</style>
background-color css

<style>
 a { background-color: #ef3ae7; }

 a { background-color: rgb(239,58,231); }

 div.DivClassName
 {
   background-color: #ef3ae7;
 }
 .BgClassName
 {
   background-color: #ef3ae7;
 }
</style>
border-color css

<style>
 span { border-color: #ef3ae7; }

 span { border-color: rgb(239,58,231); }

 td.TdClassName
 {
   border-color: #ef3ae7;
 }
 .TagClassName
 {
   border-color: #ef3ae7;
 }
</style>