Html Css Color HEX #EE32DD Razzle Dazzle Rose

📋 copy color: '#EE32DD'

red 238 ◦ green 50 ◦ blue 221

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

Shades of Razzle Dazzle Rose #EE32DD

Tints of Razzle Dazzle Rose #EE32DD

RGB

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

 GREEN value IS 50 (19.92% from 255) = 9.82%

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

R = 46.76%
G = 9.82%
B = 43.42%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.07

 K value IS 0.07

RGB Variations

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

Color information

#EE32DD (or 0xEE32DD) is known color: Razzle Dazzle Rose. HEX triplet: EE, 32 and DD. RGB value is (238,50,221). Sum of RGB (Red+Green+Blue) = 238+50+221=509 (67% of max value = 765). Red value is 238 (93.36% from 255 or 46.76% from 509); Green value is 50 (19.92% from 255 or 9.82% from 509); Blue value is 221 (86.72% from 255 or 43.42% from 509); Max value from RGB is 238 - color contains mainly: red. Hex color #EE32DD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EE32DD is #11CD22. Grayscale: #7D7D7D. Windows color (decimal): -1166627 or 14496494. OLE color: 14496494.

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

Color convert

RGB 238 50 221 -
CMYK 0 0.79 0.07 0.07
HSL 305.43º 0.85% 0.56% -
HSV(B) 305.43º 0.79% 0.93% -
XYZ 49.45 25.68 70.76 -
YUV 125.71 181.78 208.1 -
System Red Green Blue C M Y K H S L
Decimal 238 50 221 0 0.79 0.07 0.07 305.43 0.85 0.56
Hex EE 32 DD 0 4F 7 7 131 55 38
Octal 356 62 335 0 117 7 7 461 125 70
Binary 11101110 110010 11011101 0 1001111 111 111 100110001 1010101 111000

Color Harmonies of #EE32DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE32DD

Black with #EE32DD

Text Example


Text Example

White with #EE32DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE32DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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