#ef2dc8

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

Shades of Razzle Dazzle Rose #EF2DC8

Tints of Razzle Dazzle Rose #EF2DC8

Color information

#EF2DC8 (or 0xEF2DC8) is unknown color: approx Razzle Dazzle Rose. HEX triplet: EF, 2D and C8. RGB value is (239,45,200). Sum of RGB (Red+Green+Blue) = 239+45+200=484 (64% of max value = 765). Red value is 239 (93.75% from 255 or 49.38% from 484); Green value is 45 (17.97% from 255 or 9.30% from 484); Blue value is 200 (78.52% from 255 or 41.32% from 484); Max value from RGB is 239 - color contains mainly: red. Hex color #EF2DC8 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EF2DC8 is #10D237. Grayscale: #787878. Windows color (decimal): -1102392 or 13118959. OLE color: 13118959.

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

Color convert

RGB23945200-
CMYK00.810.160.06
HSL312.06º85.84%55.69%-
HSV(B)312.06º81.17%93.73%-
XYZ46.9624.456.88-
YUV120.68172.77212.4-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 49.38%
GREEN value IS 45 (17.97% from 255) = 9.30%
BLUE value IS 200 (78.52% from 255) = 41.32%
R=49.38%
G=9.30%
B=41.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.16
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2394520000.810.160.06312.0685.8455.69
HexEF2DC80511061385638
Octal35755310012120647012670
Binary111011111011011100100001010001100001101001110001010110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ef2dc8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ef2dc8; }

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

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

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

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

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

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

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

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