Html Css Color HEX #EA7CC5 Persian Pink

📋 copy color: '#EA7CC5'

red 234 ◦ green 124 ◦ blue 197

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

Shades of Persian Pink #EA7CC5

Tints of Persian Pink #EA7CC5

RGB

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

 GREEN value IS 124 (48.83% from 255) = 22.34%

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

R = 42.16%
G = 22.34%
B = 35.5%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.16

 K value IS 0.08

RGB Variations

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

Color information

#EA7CC5 (or 0xEA7CC5) is known color: Persian Pink. HEX triplet: EA, 7C and C5. RGB value is (234,124,197). Sum of RGB (Red+Green+Blue) = 234+124+197=555 (73% of max value = 765). Red value is 234 (91.80% from 255 or 42.16% from 555); Green value is 124 (48.83% from 255 or 22.34% from 555); Blue value is 197 (77.34% from 255 or 35.50% from 555); Max value from RGB is 234 - color contains mainly: red. Hex color #EA7CC5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EA7CC5 is #15833A. Grayscale: #A5A5A5. Windows color (decimal): -1409851 or 12942570. OLE color: 12942570.

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

Color convert

RGB 234 124 197 -
CMYK 0 0.47 0.16 0.08
HSL 320.18º 0.72% 0.7% -
HSV(B) 320.18º 0.47% 0.92% -
XYZ 51.22 35.94 57.06 -
YUV 165.21 145.94 177.06 -
System Red Green Blue C M Y K H S L
Decimal 234 124 197 0 0.47 0.16 0.08 320.18 0.72 0.7
Hex EA 7C C5 0 2F 10 8 140 48 46
Octal 352 174 305 0 57 20 10 500 110 106
Binary 11101010 1111100 11000101 0 101111 10000 1000 101000000 1001000 1000110

Color Harmonies of #EA7CC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA7CC5

Black with #EA7CC5

Text Example


Text Example

White with #EA7CC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA7CC5; }

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

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

background-color css

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

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

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

border-color css

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

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

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