#EA77C1

Color #EA77C1 Persian Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Persian Pink #EA77C1

Tints of Persian Pink #EA77C1

Color information

#EA77C1 (or 0xEA77C1) is unknown color: approx Persian Pink. HEX triplet: EA, 77 and C1. RGB value is (234,119,193). Sum of RGB (Red+Green+Blue) = 234+119+193=546 (72% of max value = 765). Red value is 234 (91.80% from 255 or 42.86% from 546); Green value is 119 (46.88% from 255 or 21.79% from 546); Blue value is 193 (75.78% from 255 or 35.35% from 546); Max value from RGB is 234 - color contains mainly: red. Hex color #EA77C1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EA77C1 is #15883E. Grayscale: #A1A1A1. Windows color (decimal): -1411135 or 12679146. OLE color: 12679146.

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

Color convert

RGB234119193-
CMYK00.490.180.08
HSL321.39º73.25%69.22%-
HSV(B)321.39º49.15%91.76%-
XYZ50.1534.5454.47-
YUV161.82145.6179.48-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 42.86%
GREEN value IS 119 (46.88% from 255) = 21.79%
BLUE value IS 193 (75.78% from 255) = 35.35%
R=42.86%
G=21.79%
B=35.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.18
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23411919300.490.180.08321.3973.2569.22
HexEA77C10311281414945
Octal3521673010612210501111105
Binary11101010111011111000001011000110010100010100000110010011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA77C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA77C1; }

 p { color: rgb(234,119,193); }

 H1.HeaderClassName
 {
   color: #EA77C1;
 }
 .AnyTagClassName
 {
   color: #EA77C1;
 }
</style>
background-color css

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

 a { background-color: rgb(234,119,193); }

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

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

 span { border-color: rgb(234,119,193); }

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