Html Css Color HEX #EA77AC Persian Pink

📋 copy color: '#EA77AC'

red 234 ◦ green 119 ◦ blue 172

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

Shades of Persian Pink #EA77AC

Tints of Persian Pink #EA77AC

RGB

 RED value IS 234 (91.8% from 255) = 44.57%

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

 BLUE value IS 172 (67.58% from 255) = 32.76%

R = 44.57%
G = 22.67%
B = 32.76%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.26

 K value IS 0.08

RGB Variations

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

Color information

#EA77AC (or 0xEA77AC) is known color: Persian Pink. HEX triplet: EA, 77 and AC. RGB value is (234,119,172). Sum of RGB (Red+Green+Blue) = 234+119+172=525 (69% of max value = 765). Red value is 234 (91.80% from 255 or 44.57% from 525); Green value is 119 (46.88% from 255 or 22.67% from 525); Blue value is 172 (67.58% from 255 or 32.76% from 525); Max value from RGB is 234 - color contains mainly: red. Hex color #EA77AC is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EA77AC is #158853. Grayscale: #9F9F9F. Windows color (decimal): -1411156 or 11302890. OLE color: 11302890.

HSL color Cylindrical-coordinate representation of color #EA77AC: hue angle of 332.35º degrees, saturation: 0.73, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #EA77AC is Cyan = 0, Magento = 0.49, Yellow = 0.26 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 119 172 -
CMYK 0 0.49 0.26 0.08
HSL 332.35º 0.73% 0.69% -
HSV(B) 332.35º 0.49% 0.92% -
XYZ 47.97 33.66 43 -
YUV 159.43 135.1 181.19 -
System Red Green Blue C M Y K H S L
Decimal 234 119 172 0 0.49 0.26 0.08 332.35 0.73 0.69
Hex EA 77 AC 0 31 1A 8 14C 49 45
Octal 352 167 254 0 61 32 10 514 111 105
Binary 11101010 1110111 10101100 0 110001 11010 1000 101001100 1001001 1000101

Color Harmonies of #EA77AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA77AC

Black with #EA77AC

Text Example


Text Example

White with #EA77AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA77AC; }

 p { color: rgb(234,119,172); }

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

background-color css

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

 a { background-color: rgb(234,119,172); }

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

border-color css

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

 span { border-color: rgb(234,119,172); }

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