#EF3BDF

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

Shades of Razzle Dazzle Rose #EF3BDF

Tints of Razzle Dazzle Rose #EF3BDF

Color information

#EF3BDF (or 0xEF3BDF) is unknown color: approx Razzle Dazzle Rose. HEX triplet: EF, 3B and DF. RGB value is (239,59,223). Sum of RGB (Red+Green+Blue) = 239+59+223=521 (69% of max value = 765). Red value is 239 (93.75% from 255 or 45.87% from 521); Green value is 59 (23.44% from 255 or 11.32% from 521); Blue value is 223 (87.5% from 255 or 42.80% from 521); Max value from RGB is 239 - color contains mainly: red. Hex color #EF3BDF is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EF3BDF is #10C420. Grayscale: #838383. Windows color (decimal): -1098785 or 14629871. OLE color: 14629871.

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

Color convert

RGB23959223-
CMYK00.750.070.06
HSL305.33º84.91%58.43%-
HSV(B)305.33º75.31%93.73%-
XYZ50.4826.8172.33-
YUV131.52179.63204.66-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 45.87%
GREEN value IS 59 (23.44% from 255) = 11.32%
BLUE value IS 223 (87.5% from 255) = 42.80%
R=45.87%
G=11.32%
B=42.80%

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
Decimal2395922300.750.070.06305.3384.9158.43
HexEF3BDF04B76131553a
Octal3577333701137646112572
Binary1110111111101111011111010010111111101001100011010101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF3BDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF3BDF; }

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

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

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

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

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

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

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

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