Html Css Color HEX #EA77C1 Persian Pink

📋 copy color: '#EA77C1'

red 234 ◦ green 119 ◦ blue 193

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

Shades of Persian Pink #EA77C1

Tints of Persian Pink #EA77C1

RGB

 RED value IS 234 (91.8% 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 value IS 0

 M value IS 0.49

 Y value IS 0.18

 K value IS 0.08

RGB Variations

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

Color information

#EA77C1 (or 0xEA77C1) is known color: 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

RGB 234 119 193 -
CMYK 0 0.49 0.18 0.08
HSL 321.39º 0.73% 0.69% -
HSV(B) 321.39º 0.49% 0.92% -
XYZ 50.15 34.54 54.47 -
YUV 161.82 145.6 179.48 -
System Red Green Blue C M Y K H S L
Decimal 234 119 193 0 0.49 0.18 0.08 321.39 0.73 0.69
Hex EA 77 C1 0 31 12 8 141 49 45
Octal 352 167 301 0 61 22 10 501 111 105
Binary 11101010 1110111 11000001 0 110001 10010 1000 101000001 1001001 1000101

Color Harmonies of #EA77C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA77C1

Black with #EA77C1

Text Example


Text Example

White with #EA77C1

Text Example


Text Example

HTML Codes & Css Web 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>