Html Css Color HEX #EA76B9 Persian Pink

📋 copy color: '#EA76B9'

red 234 ◦ green 118 ◦ blue 185

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

Shades of Persian Pink #EA76B9

Tints of Persian Pink #EA76B9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 34.45%

R = 43.58%
G = 21.97%
B = 34.45%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.21

 K value IS 0.08

RGB Variations

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

Color information

#EA76B9 (or 0xEA76B9) is known color: Persian Pink. HEX triplet: EA, 76 and B9. RGB value is (234,118,185). Sum of RGB (Red+Green+Blue) = 234+118+185=537 (71% of max value = 765). Red value is 234 (91.80% from 255 or 43.58% from 537); Green value is 118 (46.48% from 255 or 21.97% from 537); Blue value is 185 (72.66% from 255 or 34.45% from 537); Max value from RGB is 234 - color contains mainly: red. Hex color #EA76B9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EA76B9 is #158946. Grayscale: #A0A0A0. Windows color (decimal): -1411399 or 12154602. OLE color: 12154602.

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

Color convert

RGB 234 118 185 -
CMYK 0 0.50 0.21 0.08
HSL 325.34º 0.73% 0.69% -
HSV(B) 325.34º 0.5% 0.92% -
XYZ 49.17 33.95 49.86 -
YUV 160.32 141.93 180.55 -
System Red Green Blue C M Y K H S L
Decimal 234 118 185 0 0.50 0.21 0.08 325.34 0.73 0.69
Hex EA 76 B9 0 32 15 8 145 49 45
Octal 352 166 271 0 62 25 10 505 111 105
Binary 11101010 1110110 10111001 0 110010 10101 1000 101000101 1001001 1000101

Color Harmonies of #EA76B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA76B9

Black with #EA76B9

Text Example


Text Example

White with #EA76B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA76B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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