Html Css Color HEX #EA7AC5 Persian Pink

📋 copy color: '#EA7AC5'

red 234 ◦ green 122 ◦ blue 197

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

Shades of Persian Pink #EA7AC5

Tints of Persian Pink #EA7AC5

RGB

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

 GREEN value IS 122 (48.05% from 255) = 22.06%

 BLUE value IS 197 (77.34% from 255) = 35.62%

R = 42.31%
G = 22.06%
B = 35.62%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.16

 K value IS 0.08

RGB Variations

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

Color information

#EA7AC5 (or 0xEA7AC5) is known color: Persian Pink. HEX triplet: EA, 7A and C5. RGB value is (234,122,197). Sum of RGB (Red+Green+Blue) = 234+122+197=553 (73% of max value = 765). Red value is 234 (91.80% from 255 or 42.31% from 553); Green value is 122 (48.05% from 255 or 22.06% from 553); Blue value is 197 (77.34% from 255 or 35.62% from 553); Max value from RGB is 234 - color contains mainly: red. Hex color #EA7AC5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EA7AC5 is #15853A. Grayscale: #A3A3A3. Windows color (decimal): -1410363 or 12942058. OLE color: 12942058.

HSL color Cylindrical-coordinate representation of color #EA7AC5: hue angle of 319.82º degrees, saturation: 0.73, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #EA7AC5 is Cyan = 0, Magento = 0.48, Yellow = 0.16 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 122 197 -
CMYK 0 0.48 0.16 0.08
HSL 319.82º 0.73% 0.7% -
HSV(B) 319.82º 0.48% 0.92% -
XYZ 50.97 35.44 56.98 -
YUV 164.04 146.61 177.9 -
System Red Green Blue C M Y K H S L
Decimal 234 122 197 0 0.48 0.16 0.08 319.82 0.73 0.7
Hex EA 7A C5 0 30 10 8 140 49 46
Octal 352 172 305 0 60 20 10 500 111 106
Binary 11101010 1111010 11000101 0 110000 10000 1000 101000000 1001001 1000110

Color Harmonies of #EA7AC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA7AC5

Black with #EA7AC5

Text Example


Text Example

White with #EA7AC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA7AC5; }

 p { color: rgb(234,122,197); }

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

background-color css

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

 a { background-color: rgb(234,122,197); }

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

border-color css

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

 span { border-color: rgb(234,122,197); }

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