#EF2ED2

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

Shades of Razzle Dazzle Rose #EF2ED2

Tints of Razzle Dazzle Rose #EF2ED2

Color information

#EF2ED2 (or 0xEF2ED2) is unknown color: approx Razzle Dazzle Rose. HEX triplet: EF, 2E and D2. RGB value is (239,46,210). Sum of RGB (Red+Green+Blue) = 239+46+210=495 (65% of max value = 765). Red value is 239 (93.75% from 255 or 48.28% from 495); Green value is 46 (18.36% from 255 or 9.29% from 495); Blue value is 210 (82.42% from 255 or 42.42% from 495); Max value from RGB is 239 - color contains mainly: red. Hex color #EF2ED2 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EF2ED2 is #10D12D. Grayscale: #797979. Windows color (decimal): -1102126 or 13774575. OLE color: 13774575.

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

Color convert

RGB23946210-
CMYK00.810.120.06
HSL309.02º85.78%55.88%-
HSV(B)309.02º80.75%93.73%-
XYZ48.2124.9663.25-
YUV122.4177.44211.16-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 48.28%
GREEN value IS 46 (18.36% from 255) = 9.29%
BLUE value IS 210 (82.42% from 255) = 42.42%
R=48.28%
G=9.29%
B=42.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.12
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2394621000.810.120.06309.0285.7855.88
HexEF2ED2051C61355638
Octal35756322012114646512670
Binary11101111101110110100100101000111001101001101011010110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF2ED2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF2ED2; }

 p { color: rgb(239,46,210); }

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

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

 a { background-color: rgb(239,46,210); }

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

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

 span { border-color: rgb(239,46,210); }

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