#EF33D6

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

Shades of Razzle Dazzle Rose #EF33D6

Tints of Razzle Dazzle Rose #EF33D6

Color information

#EF33D6 (or 0xEF33D6) is unknown color: approx Razzle Dazzle Rose. HEX triplet: EF, 33 and D6. RGB value is (239,51,214). Sum of RGB (Red+Green+Blue) = 239+51+214=504 (66% of max value = 765). Red value is 239 (93.75% from 255 or 47.42% from 504); Green value is 51 (20.31% from 255 or 10.12% from 504); Blue value is 214 (83.98% from 255 or 42.46% from 504); Max value from RGB is 239 - color contains mainly: red. Hex color #EF33D6 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EF33D6 is #10CC29. Grayscale: #7D7D7D. Windows color (decimal): -1100842 or 14037999. OLE color: 14037999.

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

Color convert

RGB23951214-
CMYK00.790.100.06
HSL307.98º85.45%56.86%-
HSV(B)307.98º78.66%93.73%-
XYZ48.9225.5765.98-
YUV125.79177.78208.75-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 47.42%
GREEN value IS 51 (20.31% from 255) = 10.12%
BLUE value IS 214 (83.98% from 255) = 42.46%
R=47.42%
G=10.12%
B=42.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.10
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2395121400.790.100.06307.9885.4556.86
HexEF33D604FA61345539
Octal35763326011712646412571
Binary11101111110011110101100100111110101101001101001010101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF33D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF33D6; }

 p { color: rgb(239,51,214); }

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

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

 a { background-color: rgb(239,51,214); }

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

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

 span { border-color: rgb(239,51,214); }

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