#EF3CDF

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

Shades of Razzle Dazzle Rose #EF3CDF

Tints of Razzle Dazzle Rose #EF3CDF

Color information

#EF3CDF (or 0xEF3CDF) is unknown color: approx Razzle Dazzle Rose. HEX triplet: EF, 3C and DF. RGB value is (239,60,223). Sum of RGB (Red+Green+Blue) = 239+60+223=522 (69% of max value = 765). Red value is 239 (93.75% from 255 or 45.79% from 522); Green value is 60 (23.83% from 255 or 11.49% from 522); Blue value is 223 (87.5% from 255 or 42.72% from 522); Max value from RGB is 239 - color contains mainly: red. Hex color #EF3CDF is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EF3CDF is #10C320. Grayscale: #838383. Windows color (decimal): -1098529 or 14630127. OLE color: 14630127.

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

Color convert

RGB23960223-
CMYK00.750.070.06
HSL305.36º84.83%58.63%-
HSV(B)305.36º74.9%93.73%-
XYZ50.5326.9172.34-
YUV132.1179.3204.25-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 45.79%
GREEN value IS 60 (23.83% from 255) = 11.49%
BLUE value IS 223 (87.5% from 255) = 42.72%
R=45.79%
G=11.49%
B=42.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.07
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2396022300.750.070.06305.3684.8358.63
HexEF3CDF04B76131553b
Octal3577433701137646112573
Binary1110111111110011011111010010111111101001100011010101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF3CDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF3CDF; }

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

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

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

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

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

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

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

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