Html Css Color HEX #EA76B0 Persian Pink

📋 copy color: '#EA76B0'

red 234 ◦ green 118 ◦ blue 176

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

Shades of Persian Pink #EA76B0

Tints of Persian Pink #EA76B0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 33.33%

R = 44.32%
G = 22.35%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.25

 K value IS 0.08

RGB Variations

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

Color information

#EA76B0 (or 0xEA76B0) is known color: Persian Pink. HEX triplet: EA, 76 and B0. RGB value is (234,118,176). Sum of RGB (Red+Green+Blue) = 234+118+176=528 (69% of max value = 765). Red value is 234 (91.80% from 255 or 44.32% from 528); Green value is 118 (46.48% from 255 or 22.35% from 528); Blue value is 176 (69.14% from 255 or 33.33% from 528); Max value from RGB is 234 - color contains mainly: red. Hex color #EA76B0 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EA76B0 is #15894F. Grayscale: #9F9F9F. Windows color (decimal): -1411408 or 11564778. OLE color: 11564778.

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

Color convert

RGB 234 118 176 -
CMYK 0 0.50 0.25 0.08
HSL 330º 0.73% 0.69% -
HSV(B) 330º 0.5% 0.92% -
XYZ 48.25 33.58 45.01 -
YUV 159.3 137.43 181.28 -
System Red Green Blue C M Y K H S L
Decimal 234 118 176 0 0.50 0.25 0.08 330 0.73 0.69
Hex EA 76 B0 0 32 19 8 14A 49 45
Octal 352 166 260 0 62 31 10 512 111 105
Binary 11101010 1110110 10110000 0 110010 11001 1000 101001010 1001001 1000101

Color Harmonies of #EA76B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA76B0

Black with #EA76B0

Text Example


Text Example

White with #EA76B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA76B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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