Html Css Color HEX #EE29CC Razzle Dazzle Rose

📋 copy color: '#EE29CC'

red 238 ◦ green 41 ◦ blue 204

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

Shades of Razzle Dazzle Rose #EE29CC

Tints of Razzle Dazzle Rose #EE29CC

RGB

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

 GREEN value IS 41 (16.41% from 255) = 8.49%

 BLUE value IS 204 (80.08% from 255) = 42.24%

R = 49.28%
G = 8.49%
B = 42.24%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.14

 K value IS 0.07

RGB Variations

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

Color information

#EE29CC (or 0xEE29CC) is known color: Razzle Dazzle Rose. HEX triplet: EE, 29 and CC. RGB value is (238,41,204). Sum of RGB (Red+Green+Blue) = 238+41+204=483 (63% of max value = 765). Red value is 238 (93.36% from 255 or 49.28% from 483); Green value is 41 (16.41% from 255 or 8.49% from 483); Blue value is 204 (80.08% from 255 or 42.24% from 483); Max value from RGB is 238 - color contains mainly: red. Hex color #EE29CC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EE29CC is #11D633. Grayscale: #767676. Windows color (decimal): -1168948 or 13380078. OLE color: 13380078.

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

Color convert

RGB 238 41 204 -
CMYK 0 0.83 0.14 0.07
HSL 310.36º 0.85% 0.55% -
HSV(B) 310.36º 0.83% 0.93% -
XYZ 46.95 24.12 59.31 -
YUV 118.49 176.27 213.25 -
System Red Green Blue C M Y K H S L
Decimal 238 41 204 0 0.83 0.14 0.07 310.36 0.85 0.55
Hex EE 29 CC 0 53 E 7 136 55 37
Octal 356 51 314 0 123 16 7 466 125 67
Binary 11101110 101001 11001100 0 1010011 1110 111 100110110 1010101 110111

Color Harmonies of #EE29CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE29CC

Black with #EE29CC

Text Example


Text Example

White with #EE29CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE29CC; }

 p { color: rgb(238,41,204); }

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

background-color css

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

 a { background-color: rgb(238,41,204); }

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

border-color css

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

 span { border-color: rgb(238,41,204); }

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