Html Css Color HEX #EE29C2 Razzle Dazzle Rose

📋 copy color: '#EE29C2'

red 238 ◦ green 41 ◦ blue 194

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

Shades of Razzle Dazzle Rose #EE29C2

Tints of Razzle Dazzle Rose #EE29C2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 41.01%

R = 50.32%
G = 8.67%
B = 41.01%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.18

 K value IS 0.07

RGB Variations

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

Color information

#EE29C2 (or 0xEE29C2) is known color: Razzle Dazzle Rose. HEX triplet: EE, 29 and C2. RGB value is (238,41,194). Sum of RGB (Red+Green+Blue) = 238+41+194=473 (62% of max value = 765). Red value is 238 (93.36% from 255 or 50.32% from 473); Green value is 41 (16.41% from 255 or 8.67% from 473); Blue value is 194 (76.17% from 255 or 41.01% from 473); Max value from RGB is 238 - color contains mainly: red. Hex color #EE29C2 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EE29C2 is #11D63D. Grayscale: #747474. Windows color (decimal): -1168958 or 12724718. OLE color: 12724718.

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

Color convert

RGB 238 41 194 -
CMYK 0 0.83 0.18 0.07
HSL 313.4º 0.85% 0.55% -
HSV(B) 313.4º 0.83% 0.93% -
XYZ 45.79 23.66 53.19 -
YUV 117.35 171.27 214.06 -
System Red Green Blue C M Y K H S L
Decimal 238 41 194 0 0.83 0.18 0.07 313.4 0.85 0.55
Hex EE 29 C2 0 53 12 7 139 55 37
Octal 356 51 302 0 123 22 7 471 125 67
Binary 11101110 101001 11000010 0 1010011 10010 111 100111001 1010101 110111

Color Harmonies of #EE29C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE29C2

Black with #EE29C2

Text Example


Text Example

White with #EE29C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE29C2; }

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

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

background-color css

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

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

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

border-color css

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

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

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