#EE3AE6

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

Shades of Razzle Dazzle Rose #EE3AE6

Tints of Razzle Dazzle Rose #EE3AE6

Color information

#EE3AE6 (or 0xEE3AE6) is unknown color: approx Razzle Dazzle Rose. HEX triplet: EE, 3A and E6. RGB value is (238,58,230). Sum of RGB (Red+Green+Blue) = 238+58+230=526 (69% of max value = 765). Red value is 238 (93.36% from 255 or 45.25% from 526); Green value is 58 (23.05% from 255 or 11.03% from 526); Blue value is 230 (90.23% from 255 or 43.73% from 526); Max value from RGB is 238 - color contains mainly: red. Hex color #EE3AE6 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EE3AE6 is #11C519. Grayscale: #828282. Windows color (decimal): -1164570 or 15088366. OLE color: 15088366.

HSL color Cylindrical-coordinate representation of color #EE3AE6: hue angle of 302.67º degrees, saturation: 0.84, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #EE3AE6 is Cyan = 0, Magento = 0.76, Yellow = 0.03 and Black (K on CMYK) = 0.07.

Color convert

RGB23858230-
CMYK00.760.030.07
HSL302.67º84.11%58.04%-
HSV(B)302.67º75.63%93.33%-
XYZ51.0626.9277.37-
YUV131.43183.63204.01-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 45.25%
GREEN value IS 58 (23.05% from 255) = 11.03%
BLUE value IS 230 (90.23% from 255) = 43.73%
R=45.25%
G=11.03%
B=43.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.03
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2385823000.760.030.07302.6784.1158.04
HexEE3AE604C3712f543a
Octal3567234601143745712472
Binary111011101110101110011001001100111111001011111010100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE3AE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE3AE6; }

 p { color: rgb(238,58,230); }

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

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

 a { background-color: rgb(238,58,230); }

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

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

 span { border-color: rgb(238,58,230); }

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