Html Css Color HEX #EE2ADE Razzle Dazzle Rose

📋 copy color: '#EE2ADE'

red 238 ◦ green 42 ◦ blue 222

#EE2ADE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Razzle Dazzle Rose #EE2ADE

Tints of Razzle Dazzle Rose #EE2ADE

RGB

 RED value IS 238 (93.36% from 255) = 47.41%

 GREEN value IS 42 (16.8% from 255) = 8.37%

 BLUE value IS 222 (87.11% from 255) = 44.22%

R = 47.41%
G = 8.37%
B = 44.22%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.07

 K value IS 0.07

RGB Variations

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

Color information

#EE2ADE (or 0xEE2ADE) is known color: Razzle Dazzle Rose. HEX triplet: EE, 2A and DE. RGB value is (238,42,222). Sum of RGB (Red+Green+Blue) = 238+42+222=502 (66% of max value = 765). Red value is 238 (93.36% from 255 or 47.41% from 502); Green value is 42 (16.80% from 255 or 8.37% from 502); Blue value is 222 (87.11% from 255 or 44.22% from 502); Max value from RGB is 238 - color contains mainly: red. Hex color #EE2ADE is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EE2ADE is #11D521. Grayscale: #787878. Windows color (decimal): -1168674 or 14559982. OLE color: 14559982.

HSL color Cylindrical-coordinate representation of color #EE2ADE: hue angle of 304.9º degrees, saturation: 0.85, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #EE2ADE is Cyan = 0, Magento = 0.82, Yellow = 0.07 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 42 222 -
CMYK 0 0.82 0.07 0.07
HSL 304.9º 0.85% 0.55% -
HSV(B) 304.9º 0.82% 0.93% -
XYZ 49.27 25.11 71.36 -
YUV 121.12 184.93 211.36 -
System Red Green Blue C M Y K H S L
Decimal 238 42 222 0 0.82 0.07 0.07 304.9 0.85 0.55
Hex EE 2A DE 0 52 7 7 131 55 37
Octal 356 52 336 0 122 7 7 461 125 67
Binary 11101110 101010 11011110 0 1010010 111 111 100110001 1010101 110111

Color Harmonies of #EE2ADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE2ADE

Black with #EE2ADE

Text Example


Text Example

White with #EE2ADE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE2ADE; }

 p { color: rgb(238,42,222); }

 H1.HeaderClassName
 {
   color: #EE2ADE;
 }
 .AnyTagClassName
 {
   color: #EE2ADE;
 }
</style>

background-color css

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

 a { background-color: rgb(238,42,222); }

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

border-color css

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

 span { border-color: rgb(238,42,222); }

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