#EF1EE6

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

Shades of Razzle Dazzle Rose #EF1EE6

Tints of Razzle Dazzle Rose #EF1EE6

Color information

#EF1EE6 (or 0xEF1EE6) is unknown color: approx Razzle Dazzle Rose. HEX triplet: EF, 1E and E6. RGB value is (239,30,230). Sum of RGB (Red+Green+Blue) = 239+30+230=499 (66% of max value = 765). Red value is 239 (93.75% from 255 or 47.90% from 499); Green value is 30 (12.11% from 255 or 6.01% from 499); Blue value is 230 (90.23% from 255 or 46.09% from 499); Max value from RGB is 239 - color contains mainly: red. Hex color #EF1EE6 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EF1EE6 is #10E119. Grayscale: #727272. Windows color (decimal): -1106202 or 15081199. OLE color: 15081199.

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

Color convert

RGB23930230-
CMYK00.870.040.06
HSL302.58º86.72%52.75%-
HSV(B)302.58º87.45%93.73%-
XYZ50.3424.9977.03-
YUV115.29192.74216.24-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 47.90%
GREEN value IS 30 (12.11% from 255) = 6.01%
BLUE value IS 230 (90.23% from 255) = 46.09%
R=47.90%
G=6.01%
B=46.09%

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
Decimal2393023000.870.040.06302.5886.7252.75
HexEF1EE60574612f5735
Octal3573634601274645712765
Binary111011111111011100110010101111001101001011111010111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF1EE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF1EE6; }

 p { color: rgb(239,30,230); }

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

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

 a { background-color: rgb(239,30,230); }

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

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

 span { border-color: rgb(239,30,230); }

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