#EF2BDE

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

Shades of Razzle Dazzle Rose #EF2BDE

Tints of Razzle Dazzle Rose #EF2BDE

Color information

#EF2BDE (or 0xEF2BDE) is unknown color: approx Razzle Dazzle Rose. HEX triplet: EF, 2B and DE. RGB value is (239,43,222). Sum of RGB (Red+Green+Blue) = 239+43+222=504 (66% of max value = 765). Red value is 239 (93.75% from 255 or 47.42% from 504); Green value is 43 (17.19% from 255 or 8.53% from 504); Blue value is 222 (87.11% from 255 or 44.05% from 504); Max value from RGB is 239 - color contains mainly: red. Hex color #EF2BDE is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EF2BDE is #10D421. Grayscale: #797979. Windows color (decimal): -1102882 or 14560239. OLE color: 14560239.

HSL color Cylindrical-coordinate representation of color #EF2BDE: hue angle of 305.2º 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 #EF2BDE is Cyan = 0, Magento = 0.82, Yellow = 0.07 and Black (K on CMYK) = 0.06.

Color convert

RGB23943222-
CMYK00.820.070.06
HSL305.2º85.96%55.29%-
HSV(B)305.2º82.01%93.73%-
XYZ49.6525.3571.38-
YUV122.01184.43211.45-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 47.42%
GREEN value IS 43 (17.19% from 255) = 8.53%
BLUE value IS 222 (87.11% from 255) = 44.05%
R=47.42%
G=8.53%
B=44.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.07
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2394322200.820.070.06305.285.9655.29
HexEF2BDE052761315637
Octal3575333601227646112667
Binary1110111110101111011110010100101111101001100011010110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF2BDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF2BDE; }

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

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

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

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

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

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

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

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