#EF2DD8

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

Shades of Razzle Dazzle Rose #EF2DD8

Tints of Razzle Dazzle Rose #EF2DD8

Color information

#EF2DD8 (or 0xEF2DD8) is unknown color: approx Razzle Dazzle Rose. HEX triplet: EF, 2D and D8. RGB value is (239,45,216). Sum of RGB (Red+Green+Blue) = 239+45+216=500 (66% of max value = 765). Red value is 239 (93.75% from 255 or 47.8% from 500); Green value is 45 (17.97% from 255 or 9% from 500); Blue value is 216 (84.77% from 255 or 43.2% from 500); Max value from RGB is 239 - color contains mainly: red. Hex color #EF2DD8 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EF2DD8 is #10D227. Grayscale: #7A7A7A. Windows color (decimal): -1102376 or 14167535. OLE color: 14167535.

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

Color convert

RGB23945216-
CMYK00.810.100.06
HSL307.11º85.84%55.69%-
HSV(B)307.11º81.17%93.73%-
XYZ48.9325.1967.25-
YUV122.5180.77211.1-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 47.8%
GREEN value IS 45 (17.97% from 255) = 9%
BLUE value IS 216 (84.77% from 255) = 43.2%
R=47.8%
G=9%
B=43.2%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.10
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2394521600.810.100.06307.1185.8455.69
HexEF2DD8051A61335638
Octal35755330012112646312670
Binary11101111101101110110000101000110101101001100111010110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF2DD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF2DD8; }

 p { color: rgb(239,45,216); }

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

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

 a { background-color: rgb(239,45,216); }

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

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

 span { border-color: rgb(239,45,216); }

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