Html Css Color HEX #EA80C0 Persian Pink

📋 copy color: '#EA80C0'

red 234 ◦ green 128 ◦ blue 192

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

Shades of Persian Pink #EA80C0

Tints of Persian Pink #EA80C0

RGB

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

 GREEN value IS 128 (50.39% from 255) = 23.1%

 BLUE value IS 192 (75.39% from 255) = 34.66%

R = 42.24%
G = 23.1%
B = 34.66%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.18

 K value IS 0.08

RGB Variations

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

Color information

#EA80C0 (or 0xEA80C0) is known color: Persian Pink. HEX triplet: EA, 80 and C0. RGB value is (234,128,192). Sum of RGB (Red+Green+Blue) = 234+128+192=554 (73% of max value = 765). Red value is 234 (91.80% from 255 or 42.24% from 554); Green value is 128 (50.39% from 255 or 23.10% from 554); Blue value is 192 (75.39% from 255 or 34.66% from 554); Max value from RGB is 234 - color contains mainly: red. Hex color #EA80C0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EA80C0 is #157F3F. Grayscale: #A6A6A6. Windows color (decimal): -1408832 or 12615914. OLE color: 12615914.

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

Color convert

RGB 234 128 192 -
CMYK 0 0.45 0.18 0.08
HSL 323.77º 0.72% 0.71% -
HSV(B) 323.77º 0.45% 0.92% -
XYZ 51.17 36.74 54.26 -
YUV 166.99 142.12 175.8 -
System Red Green Blue C M Y K H S L
Decimal 234 128 192 0 0.45 0.18 0.08 323.77 0.72 0.71
Hex EA 80 C0 0 2D 12 8 144 48 47
Octal 352 200 300 0 55 22 10 504 110 107
Binary 11101010 10000000 11000000 0 101101 10010 1000 101000100 1001000 1000111

Color Harmonies of #EA80C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA80C0

Black with #EA80C0

Text Example


Text Example

White with #EA80C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA80C0; }

 p { color: rgb(234,128,192); }

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

background-color css

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

 a { background-color: rgb(234,128,192); }

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

border-color css

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

 span { border-color: rgb(234,128,192); }

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