#EE3AD5

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

Shades of Razzle Dazzle Rose #EE3AD5

Tints of Razzle Dazzle Rose #EE3AD5

Color information

#EE3AD5 (or 0xEE3AD5) is unknown color: approx Razzle Dazzle Rose. HEX triplet: EE, 3A and D5. RGB value is (238,58,213). Sum of RGB (Red+Green+Blue) = 238+58+213=509 (67% of max value = 765). Red value is 238 (93.36% from 255 or 46.76% from 509); Green value is 58 (23.05% from 255 or 11.39% from 509); Blue value is 213 (83.59% from 255 or 41.85% from 509); Max value from RGB is 238 - color contains mainly: red. Hex color #EE3AD5 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EE3AD5 is #11C52A. Grayscale: #818181. Windows color (decimal): -1164587 or 13974254. OLE color: 13974254.

HSL color Cylindrical-coordinate representation of color #EE3AD5: hue angle of 308.33º 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 #EE3AD5 is Cyan = 0, Magento = 0.76, Yellow = 0.11 and Black (K on CMYK) = 0.07.

Color convert

RGB23858213-
CMYK00.760.110.07
HSL308.33º84.11%58.04%-
HSV(B)308.33º75.63%93.33%-
XYZ48.7826.0165.4-
YUV129.49175.13205.4-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 46.76%
GREEN value IS 58 (23.05% from 255) = 11.39%
BLUE value IS 213 (83.59% from 255) = 41.85%
R=46.76%
G=11.39%
B=41.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.11
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2385821300.760.110.07308.3384.1158.04
HexEE3AD504CB7134543a
Octal35672325011413746412472
Binary11101110111010110101010100110010111111001101001010100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE3AD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE3AD5; }

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

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

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

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

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

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

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

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