Html Css Color HEX #EE80AF Persian Pink

📋 copy color: '#EE80AF'

red 238 ◦ green 128 ◦ blue 175

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

Shades of Persian Pink #EE80AF

Tints of Persian Pink #EE80AF

RGB

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

 GREEN value IS 128 (50.39% from 255) = 23.66%

 BLUE value IS 175 (68.75% from 255) = 32.35%

R = 43.99%
G = 23.66%
B = 32.35%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.26

 K value IS 0.07

RGB Variations

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

Color information

#EE80AF (or 0xEE80AF) is known color: Persian Pink. HEX triplet: EE, 80 and AF. RGB value is (238,128,175). Sum of RGB (Red+Green+Blue) = 238+128+175=541 (71% of max value = 765). Red value is 238 (93.36% from 255 or 43.99% from 541); Green value is 128 (50.39% from 255 or 23.66% from 541); Blue value is 175 (68.75% from 255 or 32.35% from 541); Max value from RGB is 238 - color contains mainly: red. Hex color #EE80AF is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EE80AF is #117F50. Grayscale: #A6A6A6. Windows color (decimal): -1146705 or 11501806. OLE color: 11501806.

HSL color Cylindrical-coordinate representation of color #EE80AF: hue angle of 334.36º degrees, saturation: 0.76, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #EE80AF is Cyan = 0, Magento = 0.46, Yellow = 0.26 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 128 175 -
CMYK 0 0.46 0.26 0.07
HSL 334.36º 0.76% 0.72% -
HSV(B) 334.36º 0.46% 0.93% -
XYZ 50.72 36.71 44.97 -
YUV 166.25 132.94 179.18 -
System Red Green Blue C M Y K H S L
Decimal 238 128 175 0 0.46 0.26 0.07 334.36 0.76 0.72
Hex EE 80 AF 0 2E 1A 7 14E 4C 48
Octal 356 200 257 0 56 32 7 516 114 110
Binary 11101110 10000000 10101111 0 101110 11010 111 101001110 1001100 1001000

Color Harmonies of #EE80AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE80AF

Black with #EE80AF

Text Example


Text Example

White with #EE80AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE80AF; }

 p { color: rgb(238,128,175); }

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

background-color css

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

 a { background-color: rgb(238,128,175); }

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

border-color css

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

 span { border-color: rgb(238,128,175); }

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