#EF3CD0

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

Shades of Razzle Dazzle Rose #EF3CD0

Tints of Razzle Dazzle Rose #EF3CD0

Color information

#EF3CD0 (or 0xEF3CD0) is unknown color: approx Razzle Dazzle Rose. HEX triplet: EF, 3C and D0. RGB value is (239,60,208). Sum of RGB (Red+Green+Blue) = 239+60+208=507 (67% of max value = 765). Red value is 239 (93.75% from 255 or 47.14% from 507); Green value is 60 (23.83% from 255 or 11.83% from 507); Blue value is 208 (81.64% from 255 or 41.03% from 507); Max value from RGB is 239 - color contains mainly: red. Hex color #EF3CD0 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EF3CD0 is #10C32F. Grayscale: #818181. Windows color (decimal): -1098544 or 13647087. OLE color: 13647087.

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

Color convert

RGB23960208-
CMYK00.750.130.06
HSL310.39º84.83%58.63%-
HSV(B)310.39º74.9%93.73%-
XYZ48.626.1462.16-
YUV130.39171.8205.47-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 47.14%
GREEN value IS 60 (23.83% from 255) = 11.83%
BLUE value IS 208 (81.64% from 255) = 41.03%
R=47.14%
G=11.83%
B=41.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.13
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2396020800.750.130.06310.3984.8358.63
HexEF3CD004BD6136553b
Octal35774320011315646612573
Binary11101111111100110100000100101111011101001101101010101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF3CD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF3CD0; }

 p { color: rgb(239,60,208); }

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

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

 a { background-color: rgb(239,60,208); }

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

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

 span { border-color: rgb(239,60,208); }

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