Html Css Color HEX #EE29C5 Razzle Dazzle Rose

📋 copy color: '#EE29C5'

red 238 ◦ green 41 ◦ blue 197

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

Shades of Razzle Dazzle Rose #EE29C5

Tints of Razzle Dazzle Rose #EE29C5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 41.39%

R = 50%
G = 8.61%
B = 41.39%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.17

 K value IS 0.07

RGB Variations

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

Color information

#EE29C5 (or 0xEE29C5) is known color: Razzle Dazzle Rose. HEX triplet: EE, 29 and C5. RGB value is (238,41,197). Sum of RGB (Red+Green+Blue) = 238+41+197=476 (63% of max value = 765). Red value is 238 (93.36% from 255 or 50% from 476); Green value is 41 (16.41% from 255 or 8.61% from 476); Blue value is 197 (77.34% from 255 or 41.39% from 476); Max value from RGB is 238 - color contains mainly: red. Hex color #EE29C5 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EE29C5 is #11D63A. Grayscale: #757575. Windows color (decimal): -1168955 or 12921326. OLE color: 12921326.

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

Color convert

RGB 238 41 197 -
CMYK 0 0.83 0.17 0.07
HSL 312.49º 0.85% 0.55% -
HSV(B) 312.49º 0.83% 0.93% -
XYZ 46.13 23.79 54.98 -
YUV 117.69 172.77 213.82 -
System Red Green Blue C M Y K H S L
Decimal 238 41 197 0 0.83 0.17 0.07 312.49 0.85 0.55
Hex EE 29 C5 0 53 11 7 138 55 37
Octal 356 51 305 0 123 21 7 470 125 67
Binary 11101110 101001 11000101 0 1010011 10001 111 100111000 1010101 110111

Color Harmonies of #EE29C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE29C5

Black with #EE29C5

Text Example


Text Example

White with #EE29C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE29C5; }

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

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

background-color css

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

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

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

border-color css

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

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

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