Html Css Color HEX #EA76C7 Persian Pink

📋 copy color: '#EA76C7'

red 234 ◦ green 118 ◦ blue 199

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

Shades of Persian Pink #EA76C7

Tints of Persian Pink #EA76C7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 36.12%

R = 42.47%
G = 21.42%
B = 36.12%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.15

 K value IS 0.08

RGB Variations

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

Color information

#EA76C7 (or 0xEA76C7) is known color: Persian Pink. HEX triplet: EA, 76 and C7. RGB value is (234,118,199). Sum of RGB (Red+Green+Blue) = 234+118+199=551 (72% of max value = 765). Red value is 234 (91.80% from 255 or 42.47% from 551); Green value is 118 (46.48% from 255 or 21.42% from 551); Blue value is 199 (78.12% from 255 or 36.12% from 551); Max value from RGB is 234 - color contains mainly: red. Hex color #EA76C7 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EA76C7 is #158938. Grayscale: #A1A1A1. Windows color (decimal): -1411385 or 13072106. OLE color: 13072106.

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

Color convert

RGB 234 118 199 -
CMYK 0 0.50 0.15 0.08
HSL 318.1º 0.73% 0.69% -
HSV(B) 318.1º 0.5% 0.92% -
XYZ 50.72 34.57 58.03 -
YUV 161.92 148.93 179.41 -
System Red Green Blue C M Y K H S L
Decimal 234 118 199 0 0.50 0.15 0.08 318.1 0.73 0.69
Hex EA 76 C7 0 32 F 8 13E 49 45
Octal 352 166 307 0 62 17 10 476 111 105
Binary 11101010 1110110 11000111 0 110010 1111 1000 100111110 1001001 1000101

Color Harmonies of #EA76C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA76C7

Black with #EA76C7

Text Example


Text Example

White with #EA76C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA76C7; }

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

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

background-color css

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

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

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

border-color css

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

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

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