Html Css Color HEX #EA77B5 Persian Pink

📋 copy color: '#EA77B5'

red 234 ◦ green 119 ◦ blue 181

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

Shades of Persian Pink #EA77B5

Tints of Persian Pink #EA77B5

RGB

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

 GREEN value IS 119 (46.88% from 255) = 22.28%

 BLUE value IS 181 (71.09% from 255) = 33.9%

R = 43.82%
G = 22.28%
B = 33.9%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.23

 K value IS 0.08

RGB Variations

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

Color information

#EA77B5 (or 0xEA77B5) is known color: Persian Pink. HEX triplet: EA, 77 and B5. RGB value is (234,119,181). Sum of RGB (Red+Green+Blue) = 234+119+181=534 (70% of max value = 765). Red value is 234 (91.80% from 255 or 43.82% from 534); Green value is 119 (46.88% from 255 or 22.28% from 534); Blue value is 181 (71.09% from 255 or 33.90% from 534); Max value from RGB is 234 - color contains mainly: red. Hex color #EA77B5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EA77B5 is #15884A. Grayscale: #A0A0A0. Windows color (decimal): -1411147 or 11892714. OLE color: 11892714.

HSL color Cylindrical-coordinate representation of color #EA77B5: hue angle of 327.65º 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 #EA77B5 is Cyan = 0, Magento = 0.49, Yellow = 0.23 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 119 181 -
CMYK 0 0.49 0.23 0.08
HSL 327.65º 0.73% 0.69% -
HSV(B) 327.65º 0.49% 0.92% -
XYZ 48.87 34.02 47.71 -
YUV 160.45 139.6 180.46 -
System Red Green Blue C M Y K H S L
Decimal 234 119 181 0 0.49 0.23 0.08 327.65 0.73 0.69
Hex EA 77 B5 0 31 17 8 148 49 45
Octal 352 167 265 0 61 27 10 510 111 105
Binary 11101010 1110111 10110101 0 110001 10111 1000 101001000 1001001 1000101

Color Harmonies of #EA77B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA77B5

Black with #EA77B5

Text Example


Text Example

White with #EA77B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA77B5; }

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

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

background-color css

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

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

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

border-color css

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

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

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