Html Css Color HEX #EA76C2 Persian Pink

📋 copy color: '#EA76C2'

red 234 ◦ green 118 ◦ blue 194

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

Shades of Persian Pink #EA76C2

Tints of Persian Pink #EA76C2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 35.53%

R = 42.86%
G = 21.61%
B = 35.53%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.17

 K value IS 0.08

RGB Variations

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

Color information

#EA76C2 (or 0xEA76C2) is known color: Persian Pink. HEX triplet: EA, 76 and C2. RGB value is (234,118,194). Sum of RGB (Red+Green+Blue) = 234+118+194=546 (72% of max value = 765). Red value is 234 (91.80% from 255 or 42.86% from 546); Green value is 118 (46.48% from 255 or 21.61% from 546); Blue value is 194 (76.17% from 255 or 35.53% from 546); Max value from RGB is 234 - color contains mainly: red. Hex color #EA76C2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EA76C2 is #15893D. Grayscale: #A1A1A1. Windows color (decimal): -1411390 or 12744426. OLE color: 12744426.

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

Color convert

RGB 234 118 194 -
CMYK 0 0.50 0.17 0.08
HSL 320.69º 0.73% 0.69% -
HSV(B) 320.69º 0.5% 0.92% -
XYZ 50.15 34.34 55.02 -
YUV 161.35 146.43 179.82 -
System Red Green Blue C M Y K H S L
Decimal 234 118 194 0 0.50 0.17 0.08 320.69 0.73 0.69
Hex EA 76 C2 0 32 11 8 141 49 45
Octal 352 166 302 0 62 21 10 501 111 105
Binary 11101010 1110110 11000010 0 110010 10001 1000 101000001 1001001 1000101

Color Harmonies of #EA76C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA76C2

Black with #EA76C2

Text Example


Text Example

White with #EA76C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA76C2; }

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

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

background-color css

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

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

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

border-color css

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

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

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