Html Css Color HEX #EE2CDD Razzle Dazzle Rose

📋 copy color: '#EE2CDD'

red 238 ◦ green 44 ◦ blue 221

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

Shades of Razzle Dazzle Rose #EE2CDD

Tints of Razzle Dazzle Rose #EE2CDD

RGB

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

 GREEN value IS 44 (17.58% from 255) = 8.75%

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

R = 47.32%
G = 8.75%
B = 43.94%

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

#EE2CDD (or 0xEE2CDD) is known color: Razzle Dazzle Rose. HEX triplet: EE, 2C and DD. RGB value is (238,44,221). Sum of RGB (Red+Green+Blue) = 238+44+221=503 (66% of max value = 765). Red value is 238 (93.36% from 255 or 47.32% from 503); Green value is 44 (17.58% from 255 or 8.75% from 503); Blue value is 221 (86.72% from 255 or 43.94% from 503); Max value from RGB is 238 - color contains mainly: red. Hex color #EE2CDD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EE2CDD is #11D322. Grayscale: #797979. Windows color (decimal): -1168163 or 14494958. OLE color: 14494958.

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

Color convert

RGB 238 44 221 -
CMYK 0 0.82 0.07 0.07
HSL 305.26º 0.85% 0.55% -
HSV(B) 305.26º 0.82% 0.93% -
XYZ 49.21 25.2 70.68 -
YUV 122.18 183.77 210.61 -
System Red Green Blue C M Y K H S L
Decimal 238 44 221 0 0.82 0.07 0.07 305.26 0.85 0.55
Hex EE 2C DD 0 52 7 7 131 55 37
Octal 356 54 335 0 122 7 7 461 125 67
Binary 11101110 101100 11011101 0 1010010 111 111 100110001 1010101 110111

Color Harmonies of #EE2CDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE2CDD

Black with #EE2CDD

Text Example


Text Example

White with #EE2CDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE2CDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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