#EF20E5

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

Shades of Razzle Dazzle Rose #EF20E5

Tints of Razzle Dazzle Rose #EF20E5

Color information

#EF20E5 (or 0xEF20E5) is unknown color: approx Razzle Dazzle Rose. HEX triplet: EF, 20 and E5. RGB value is (239,32,229). Sum of RGB (Red+Green+Blue) = 239+32+229=500 (66% of max value = 765). Red value is 239 (93.75% from 255 or 47.8% from 500); Green value is 32 (12.89% from 255 or 6.4% from 500); Blue value is 229 (89.84% from 255 or 45.8% from 500); Max value from RGB is 239 - color contains mainly: red. Hex color #EF20E5 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EF20E5 is #10DF1A. Grayscale: #737373. Windows color (decimal): -1105691 or 15016175. OLE color: 15016175.

HSL color Cylindrical-coordinate representation of color #EF20E5: hue angle of 302.9º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #EF20E5 is Cyan = 0, Magento = 0.87, Yellow = 0.04 and Black (K on CMYK) = 0.06.

Color convert

RGB23932229-
CMYK00.870.040.06
HSL302.9º86.61%53.14%-
HSV(B)302.9º86.61%93.73%-
XYZ50.2625.0476.31-
YUV116.35191.58215.48-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 47.8%
GREEN value IS 32 (12.89% from 255) = 6.4%
BLUE value IS 229 (89.84% from 255) = 45.8%
R=47.8%
G=6.4%
B=45.8%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.04
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2393222900.870.040.06302.986.6153.14
HexEF20E50574612f5735
Octal3574034501274645712765
Binary1110111110000011100101010101111001101001011111010111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF20E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF20E5; }

 p { color: rgb(239,32,229); }

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

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

 a { background-color: rgb(239,32,229); }

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

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

 span { border-color: rgb(239,32,229); }

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