Html Css Color HEX #EE29AD Persian Rose

📋 copy color: '#EE29AD'

red 238 ◦ green 41 ◦ blue 173

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

Shades of Persian Rose #EE29AD

Tints of Persian Rose #EE29AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 38.27%

R = 52.65%
G = 9.07%
B = 38.27%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.27

 K value IS 0.07

RGB Variations

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

Color information

#EE29AD (or 0xEE29AD) is known color: Persian Rose. HEX triplet: EE, 29 and AD. RGB value is (238,41,173). Sum of RGB (Red+Green+Blue) = 238+41+173=452 (59% of max value = 765). Red value is 238 (93.36% from 255 or 52.65% from 452); Green value is 41 (16.41% from 255 or 9.07% from 452); Blue value is 173 (67.97% from 255 or 38.27% from 452); Max value from RGB is 238 - color contains mainly: red. Hex color #EE29AD is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EE29AD is #11D652. Grayscale: #727272. Windows color (decimal): -1168979 or 11348462. OLE color: 11348462.

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

Color convert

RGB 238 41 173 -
CMYK 0 0.83 0.27 0.07
HSL 319.8º 0.85% 0.55% -
HSV(B) 319.8º 0.83% 0.93% -
XYZ 43.6 22.78 41.63 -
YUV 114.95 160.77 215.77 -
System Red Green Blue C M Y K H S L
Decimal 238 41 173 0 0.83 0.27 0.07 319.8 0.85 0.55
Hex EE 29 AD 0 53 1B 7 140 55 37
Octal 356 51 255 0 123 33 7 500 125 67
Binary 11101110 101001 10101101 0 1010011 11011 111 101000000 1010101 110111

Color Harmonies of #EE29AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE29AD

Black with #EE29AD

Text Example


Text Example

White with #EE29AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE29AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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