#EF3DCA

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

Shades of Razzle Dazzle Rose #EF3DCA

Tints of Razzle Dazzle Rose #EF3DCA

Color information

#EF3DCA (or 0xEF3DCA) is unknown color: approx Razzle Dazzle Rose. HEX triplet: EF, 3D and CA. RGB value is (239,61,202). Sum of RGB (Red+Green+Blue) = 239+61+202=502 (66% of max value = 765). Red value is 239 (93.75% from 255 or 47.61% from 502); Green value is 61 (24.22% from 255 or 12.15% from 502); Blue value is 202 (79.30% from 255 or 40.24% from 502); Max value from RGB is 239 - color contains mainly: red. Hex color #EF3DCA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EF3DCA is #10C235. Grayscale: #818181. Windows color (decimal): -1098294 or 13254127. OLE color: 13254127.

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

Color convert

RGB23961202-
CMYK00.740.150.06
HSL312.47º84.76%58.82%-
HSV(B)312.47º74.48%93.73%-
XYZ47.9325.9558.36-
YUV130.3168.47205.54-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 47.61%
GREEN value IS 61 (24.22% from 255) = 12.15%
BLUE value IS 202 (79.30% from 255) = 40.24%
R=47.61%
G=12.15%
B=40.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.15
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2396120200.740.150.06312.4784.7658.82
HexEF3DCA04AF6138553b
Octal35775312011217647012573
Binary11101111111101110010100100101011111101001110001010101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF3DCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF3DCA; }

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

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

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

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

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

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

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

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