#EF3DC9

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

Shades of Razzle Dazzle Rose #EF3DC9

Tints of Razzle Dazzle Rose #EF3DC9

Color information

#EF3DC9 (or 0xEF3DC9) is unknown color: approx Razzle Dazzle Rose. HEX triplet: EF, 3D and C9. RGB value is (239,61,201). Sum of RGB (Red+Green+Blue) = 239+61+201=501 (66% of max value = 765). Red value is 239 (93.75% from 255 or 47.70% from 501); Green value is 61 (24.22% from 255 or 12.18% from 501); Blue value is 201 (78.91% from 255 or 40.12% from 501); Max value from RGB is 239 - color contains mainly: red. Hex color #EF3DC9 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EF3DC9 is #10C236. Grayscale: #818181. Windows color (decimal): -1098295 or 13188591. OLE color: 13188591.

HSL color Cylindrical-coordinate representation of color #EF3DC9: hue angle of 312.81º degrees, saturation: 0.85, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #EF3DC9 is Cyan = 0, Magento = 0.74, Yellow = 0.16 and Black (K on CMYK) = 0.06.

Color convert

RGB23961201-
CMYK00.740.160.06
HSL312.81º84.76%58.82%-
HSV(B)312.81º74.48%93.73%-
XYZ47.8125.9157.74-
YUV130.18167.97205.62-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 47.70%
GREEN value IS 61 (24.22% from 255) = 12.18%
BLUE value IS 201 (78.91% from 255) = 40.12%
R=47.70%
G=12.18%
B=40.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.16
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2396120100.740.160.06312.8184.7658.82
HexEF3DC904A106139553b
Octal35775311011220647112573
Binary111011111111011100100101001010100001101001110011010101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF3DC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF3DC9; }

 p { color: rgb(239,61,201); }

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

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

 a { background-color: rgb(239,61,201); }

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

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

 span { border-color: rgb(239,61,201); }

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