#EF20E4

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

Shades of Razzle Dazzle Rose #EF20E4

Tints of Razzle Dazzle Rose #EF20E4

Color information

#EF20E4 (or 0xEF20E4) is unknown color: approx Razzle Dazzle Rose. HEX triplet: EF, 20 and E4. RGB value is (239,32,228). Sum of RGB (Red+Green+Blue) = 239+32+228=499 (66% of max value = 765). Red value is 239 (93.75% from 255 or 47.90% from 499); Green value is 32 (12.89% from 255 or 6.41% from 499); Blue value is 228 (89.45% from 255 or 45.69% from 499); Max value from RGB is 239 - color contains mainly: red. Hex color #EF20E4 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EF20E4 is #10DF1B. Grayscale: #737373. Windows color (decimal): -1105692 or 14950639. OLE color: 14950639.

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

Color convert

RGB23932228-
CMYK00.870.050.06
HSL303.19º86.61%53.14%-
HSV(B)303.19º86.61%93.73%-
XYZ50.1224.9975.58-
YUV116.24191.08215.56-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 47.90%
GREEN value IS 32 (12.89% from 255) = 6.41%
BLUE value IS 228 (89.45% from 255) = 45.69%
R=47.90%
G=6.41%
B=45.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.05
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2393222800.870.050.06303.1986.6153.14
HexEF20E40575612f5735
Octal3574034401275645712765
Binary1110111110000011100100010101111011101001011111010111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF20E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF20E4; }

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

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

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

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

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

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

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

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