Html Css Color HEX #EE76AF Persian Pink

📋 copy color: '#EE76AF'

red 238 ◦ green 118 ◦ blue 175

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

Shades of Persian Pink #EE76AF

Tints of Persian Pink #EE76AF

RGB

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

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

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

R = 44.82%
G = 22.22%
B = 32.96%

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

#EE76AF (or 0xEE76AF) is known color: Persian Pink. HEX triplet: EE, 76 and AF. RGB value is (238,118,175). Sum of RGB (Red+Green+Blue) = 238+118+175=531 (70% of max value = 765). Red value is 238 (93.36% from 255 or 44.82% from 531); Green value is 118 (46.48% from 255 or 22.22% from 531); Blue value is 175 (68.75% from 255 or 32.96% from 531); Max value from RGB is 238 - color contains mainly: red. Hex color #EE76AF is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EE76AF is #118950. Grayscale: #A0A0A0. Windows color (decimal): -1149265 or 11499246. OLE color: 11499246.

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

Color convert

RGB 238 118 175 -
CMYK 0 0.50 0.26 0.07
HSL 331.5º 0.78% 0.7% -
HSV(B) 331.5º 0.5% 0.93% -
XYZ 49.48 34.23 44.56 -
YUV 160.38 136.26 183.37 -
System Red Green Blue C M Y K H S L
Decimal 238 118 175 0 0.50 0.26 0.07 331.5 0.78 0.7
Hex EE 76 AF 0 32 1A 7 14C 4E 46
Octal 356 166 257 0 62 32 7 514 116 106
Binary 11101110 1110110 10101111 0 110010 11010 111 101001100 1001110 1000110

Color Harmonies of #EE76AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE76AF

Black with #EE76AF

Text Example


Text Example

White with #EE76AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE76AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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