Html Css Color HEX #EE29E5 Razzle Dazzle Rose

📋 copy color: '#EE29E5'

red 238 ◦ green 41 ◦ blue 229

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

Shades of Razzle Dazzle Rose #EE29E5

Tints of Razzle Dazzle Rose #EE29E5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 45.08%

R = 46.85%
G = 8.07%
B = 45.08%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.04

 K value IS 0.07

RGB Variations

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

Color information

#EE29E5 (or 0xEE29E5) is known color: Razzle Dazzle Rose. HEX triplet: EE, 29 and E5. RGB value is (238,41,229). Sum of RGB (Red+Green+Blue) = 238+41+229=508 (67% of max value = 765). Red value is 238 (93.36% from 255 or 46.85% from 508); Green value is 41 (16.41% from 255 or 8.07% from 508); Blue value is 229 (89.84% from 255 or 45.08% from 508); Max value from RGB is 238 - color contains mainly: red. Hex color #EE29E5 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EE29E5 is #11D61A. Grayscale: #787878. Windows color (decimal): -1168923 or 15018478. OLE color: 15018478.

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

Color convert

RGB 238 41 229 -
CMYK 0 0.83 0.04 0.07
HSL 302.74º 0.85% 0.55% -
HSV(B) 302.74º 0.83% 0.93% -
XYZ 50.2 25.42 76.39 -
YUV 121.34 188.77 211.21 -
System Red Green Blue C M Y K H S L
Decimal 238 41 229 0 0.83 0.04 0.07 302.74 0.85 0.55
Hex EE 29 E5 0 53 4 7 12F 55 37
Octal 356 51 345 0 123 4 7 457 125 67
Binary 11101110 101001 11100101 0 1010011 100 111 100101111 1010101 110111

Color Harmonies of #EE29E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE29E5

Black with #EE29E5

Text Example


Text Example

White with #EE29E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE29E5; }

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

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

background-color css

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

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

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

border-color css

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

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

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