#EF2BD6

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

Shades of Razzle Dazzle Rose #EF2BD6

Tints of Razzle Dazzle Rose #EF2BD6

Color information

#EF2BD6 (or 0xEF2BD6) is unknown color: approx Razzle Dazzle Rose. HEX triplet: EF, 2B and D6. RGB value is (239,43,214). Sum of RGB (Red+Green+Blue) = 239+43+214=496 (65% of max value = 765). Red value is 239 (93.75% from 255 or 48.19% from 496); Green value is 43 (17.19% from 255 or 8.67% from 496); Blue value is 214 (83.98% from 255 or 43.15% from 496); Max value from RGB is 239 - color contains mainly: red. Hex color #EF2BD6 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EF2BD6 is #10D429. Grayscale: #787878. Windows color (decimal): -1102890 or 14035951. OLE color: 14035951.

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

Color convert

RGB23943214-
CMYK00.820.100.06
HSL307.65º85.96%55.29%-
HSV(B)307.65º82.01%93.73%-
XYZ48.624.9365.87-
YUV121.1180.43212.1-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 48.19%
GREEN value IS 43 (17.19% from 255) = 8.67%
BLUE value IS 214 (83.98% from 255) = 43.15%
R=48.19%
G=8.67%
B=43.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.10
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2394321400.820.100.06307.6585.9655.29
HexEF2BD6052A61345637
Octal35753326012212646412667
Binary11101111101011110101100101001010101101001101001010110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF2BD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF2BD6; }

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

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

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

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

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

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

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

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