Html Css Color HEX #EA76B6 Persian Pink

📋 copy color: '#EA76B6'

red 234 ◦ green 118 ◦ blue 182

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

Shades of Persian Pink #EA76B6

Tints of Persian Pink #EA76B6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 34.08%

R = 43.82%
G = 22.1%
B = 34.08%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.22

 K value IS 0.08

RGB Variations

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

Color information

#EA76B6 (or 0xEA76B6) is known color: Persian Pink. HEX triplet: EA, 76 and B6. RGB value is (234,118,182). Sum of RGB (Red+Green+Blue) = 234+118+182=534 (70% of max value = 765). Red value is 234 (91.80% from 255 or 43.82% from 534); Green value is 118 (46.48% from 255 or 22.10% from 534); Blue value is 182 (71.48% from 255 or 34.08% from 534); Max value from RGB is 234 - color contains mainly: red. Hex color #EA76B6 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EA76B6 is #158949. Grayscale: #9F9F9F. Windows color (decimal): -1411402 or 11957994. OLE color: 11957994.

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

Color convert

RGB 234 118 182 -
CMYK 0 0.50 0.22 0.08
HSL 326.9º 0.73% 0.69% -
HSV(B) 326.9º 0.5% 0.92% -
XYZ 48.85 33.83 48.21 -
YUV 159.98 140.43 180.8 -
System Red Green Blue C M Y K H S L
Decimal 234 118 182 0 0.50 0.22 0.08 326.9 0.73 0.69
Hex EA 76 B6 0 32 16 8 147 49 45
Octal 352 166 266 0 62 26 10 507 111 105
Binary 11101010 1110110 10110110 0 110010 10110 1000 101000111 1001001 1000101

Color Harmonies of #EA76B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA76B6

Black with #EA76B6

Text Example


Text Example

White with #EA76B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA76B6; }

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

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

background-color css

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

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

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

border-color css

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

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

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