Html Css Color HEX #EE2ADD Razzle Dazzle Rose

📋 copy color: '#EE2ADD'

red 238 ◦ green 42 ◦ blue 221

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

Shades of Razzle Dazzle Rose #EE2ADD

Tints of Razzle Dazzle Rose #EE2ADD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 44.11%

R = 47.5%
G = 8.38%
B = 44.11%

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

#EE2ADD (or 0xEE2ADD) is known color: Razzle Dazzle Rose. HEX triplet: EE, 2A and DD. RGB value is (238,42,221). Sum of RGB (Red+Green+Blue) = 238+42+221=501 (66% of max value = 765). Red value is 238 (93.36% from 255 or 47.50% from 501); Green value is 42 (16.80% from 255 or 8.38% from 501); Blue value is 221 (86.72% from 255 or 44.11% from 501); Max value from RGB is 238 - color contains mainly: red. Hex color #EE2ADD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EE2ADD is #11D522. Grayscale: #787878. Windows color (decimal): -1168675 or 14494446. OLE color: 14494446.

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

Color convert

RGB 238 42 221 -
CMYK 0 0.82 0.07 0.07
HSL 305.2º 0.85% 0.55% -
HSV(B) 305.2º 0.82% 0.93% -
XYZ 49.14 25.05 70.65 -
YUV 121.01 184.43 211.45 -
System Red Green Blue C M Y K H S L
Decimal 238 42 221 0 0.82 0.07 0.07 305.2 0.85 0.55
Hex EE 2A DD 0 52 7 7 131 55 37
Octal 356 52 335 0 122 7 7 461 125 67
Binary 11101110 101010 11011101 0 1010010 111 111 100110001 1010101 110111

Color Harmonies of #EE2ADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE2ADD

Black with #EE2ADD

Text Example


Text Example

White with #EE2ADD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE2ADD; }

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

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

background-color css

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

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

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

border-color css

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

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

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