Html Css Color HEX #EE76AD Persian Pink

📋 copy color: '#EE76AD'

red 238 ◦ green 118 ◦ blue 173

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

Shades of Persian Pink #EE76AD

Tints of Persian Pink #EE76AD

RGB

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

 GREEN value IS 118 (46.48% from 255) = 22.31%

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

R = 44.99%
G = 22.31%
B = 32.7%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.27

 K value IS 0.07

RGB Variations

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

Color information

#EE76AD (or 0xEE76AD) is known color: Persian Pink. HEX triplet: EE, 76 and AD. RGB value is (238,118,173). Sum of RGB (Red+Green+Blue) = 238+118+173=529 (70% of max value = 765). Red value is 238 (93.36% from 255 or 44.99% from 529); Green value is 118 (46.48% from 255 or 22.31% from 529); Blue value is 173 (67.97% from 255 or 32.70% from 529); Max value from RGB is 238 - color contains mainly: red. Hex color #EE76AD is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EE76AD is #118952. Grayscale: #A0A0A0. Windows color (decimal): -1149267 or 11368174. OLE color: 11368174.

HSL color Cylindrical-coordinate representation of color #EE76AD: hue angle of 332.5º degrees, saturation: 0.78, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #EE76AD is Cyan = 0, Magento = 0.50, Yellow = 0.27 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 118 173 -
CMYK 0 0.50 0.27 0.07
HSL 332.5º 0.78% 0.7% -
HSV(B) 332.5º 0.5% 0.93% -
XYZ 49.28 34.15 43.53 -
YUV 160.15 135.26 183.53 -
System Red Green Blue C M Y K H S L
Decimal 238 118 173 0 0.50 0.27 0.07 332.5 0.78 0.7
Hex EE 76 AD 0 32 1B 7 14C 4E 46
Octal 356 166 255 0 62 33 7 514 116 106
Binary 11101110 1110110 10101101 0 110010 11011 111 101001100 1001110 1000110

Color Harmonies of #EE76AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE76AD

Black with #EE76AD

Text Example


Text Example

White with #EE76AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE76AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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