Html Css Color HEX #EE77AF Persian Pink

📋 copy color: '#EE77AF'

red 238 ◦ green 119 ◦ blue 175

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

Shades of Persian Pink #EE77AF

Tints of Persian Pink #EE77AF

RGB

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

 GREEN value IS 119 (46.88% from 255) = 22.37%

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

R = 44.74%
G = 22.37%
B = 32.89%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.26

 K value IS 0.07

RGB Variations

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

Color information

#EE77AF (or 0xEE77AF) is known color: Persian Pink. HEX triplet: EE, 77 and AF. RGB value is (238,119,175). Sum of RGB (Red+Green+Blue) = 238+119+175=532 (70% of max value = 765). Red value is 238 (93.36% from 255 or 44.74% from 532); Green value is 119 (46.88% from 255 or 22.37% from 532); Blue value is 175 (68.75% from 255 or 32.89% from 532); Max value from RGB is 238 - color contains mainly: red. Hex color #EE77AF is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EE77AF is #118850. Grayscale: #A0A0A0. Windows color (decimal): -1149009 or 11499502. OLE color: 11499502.

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

Color convert

RGB 238 119 175 -
CMYK 0 0.50 0.26 0.07
HSL 331.76º 0.78% 0.7% -
HSV(B) 331.76º 0.5% 0.93% -
XYZ 49.59 34.47 44.6 -
YUV 160.97 135.92 182.95 -
System Red Green Blue C M Y K H S L
Decimal 238 119 175 0 0.50 0.26 0.07 331.76 0.78 0.7
Hex EE 77 AF 0 32 1A 7 14C 4E 46
Octal 356 167 257 0 62 32 7 514 116 106
Binary 11101110 1110111 10101111 0 110010 11010 111 101001100 1001110 1000110

Color Harmonies of #EE77AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE77AF

Black with #EE77AF

Text Example


Text Example

White with #EE77AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE77AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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