#EF20E3

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

Shades of Razzle Dazzle Rose #EF20E3

Tints of Razzle Dazzle Rose #EF20E3

Color information

#EF20E3 (or 0xEF20E3) is unknown color: approx Razzle Dazzle Rose. HEX triplet: EF, 20 and E3. RGB value is (239,32,227). Sum of RGB (Red+Green+Blue) = 239+32+227=498 (65% of max value = 765). Red value is 239 (93.75% from 255 or 47.99% from 498); Green value is 32 (12.89% from 255 or 6.43% from 498); Blue value is 227 (89.06% from 255 or 45.58% from 498); Max value from RGB is 239 - color contains mainly: red. Hex color #EF20E3 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EF20E3 is #10DF1C. Grayscale: #737373. Windows color (decimal): -1105693 or 14885103. OLE color: 14885103.

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

Color convert

RGB23932227-
CMYK00.870.050.06
HSL303.48º86.61%53.14%-
HSV(B)303.48º86.61%93.73%-
XYZ49.9824.9374.85-
YUV116.12190.58215.64-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 47.99%
GREEN value IS 32 (12.89% from 255) = 6.43%
BLUE value IS 227 (89.06% from 255) = 45.58%
R=47.99%
G=6.43%
B=45.58%

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
Decimal2393222700.870.050.06303.4886.6153.14
HexEF20E30575612f5735
Octal3574034301275645712765
Binary1110111110000011100011010101111011101001011111010111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF20E3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF20E3; }

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

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

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

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

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

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

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

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