Html Css Color HEX #EA76AC Persian Pink

📋 copy color: '#EA76AC'

red 234 ◦ green 118 ◦ blue 172

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

Shades of Persian Pink #EA76AC

Tints of Persian Pink #EA76AC

RGB

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

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

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

R = 44.66%
G = 22.52%
B = 32.82%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.26

 K value IS 0.08

RGB Variations

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

Color information

#EA76AC (or 0xEA76AC) is known color: Persian Pink. HEX triplet: EA, 76 and AC. RGB value is (234,118,172). Sum of RGB (Red+Green+Blue) = 234+118+172=524 (69% of max value = 765). Red value is 234 (91.80% from 255 or 44.66% from 524); Green value is 118 (46.48% from 255 or 22.52% from 524); Blue value is 172 (67.58% from 255 or 32.82% from 524); Max value from RGB is 234 - color contains mainly: red. Hex color #EA76AC is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EA76AC is #158953. Grayscale: #9E9E9E. Windows color (decimal): -1411412 or 11302634. OLE color: 11302634.

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

Color convert

RGB 234 118 172 -
CMYK 0 0.50 0.26 0.08
HSL 332.07º 0.73% 0.69% -
HSV(B) 332.07º 0.5% 0.92% -
XYZ 47.86 33.43 42.96 -
YUV 158.84 135.43 181.61 -
System Red Green Blue C M Y K H S L
Decimal 234 118 172 0 0.50 0.26 0.08 332.07 0.73 0.69
Hex EA 76 AC 0 32 1A 8 14C 49 45
Octal 352 166 254 0 62 32 10 514 111 105
Binary 11101010 1110110 10101100 0 110010 11010 1000 101001100 1001001 1000101

Color Harmonies of #EA76AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA76AC

Black with #EA76AC

Text Example


Text Example

White with #EA76AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA76AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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