Html Css Color HEX #EB77C5 Persian Pink

📋 copy color: '#EB77C5'

red 235 ◦ green 119 ◦ blue 197

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

Shades of Persian Pink #EB77C5

Tints of Persian Pink #EB77C5

RGB

 RED value IS 235 (92.19% from 255) = 42.65%

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

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

R = 42.65%
G = 21.6%
B = 35.75%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.16

 K value IS 0.08

RGB Variations

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

Color information

#EB77C5 (or 0xEB77C5) is known color: Persian Pink. HEX triplet: EB, 77 and C5. RGB value is (235,119,197). Sum of RGB (Red+Green+Blue) = 235+119+197=551 (72% of max value = 765). Red value is 235 (92.19% from 255 or 42.65% from 551); Green value is 119 (46.88% from 255 or 21.60% from 551); Blue value is 197 (77.34% from 255 or 35.75% from 551); Max value from RGB is 235 - color contains mainly: red. Hex color #EB77C5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EB77C5 is #14883A. Grayscale: #A2A2A2. Windows color (decimal): -1345595 or 12941291. OLE color: 12941291.

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

Color convert

RGB 235 119 197 -
CMYK 0 0.49 0.16 0.08
HSL 319.66º 0.74% 0.69% -
HSV(B) 319.66º 0.49% 0.92% -
XYZ 50.94 34.89 56.87 -
YUV 162.58 147.43 179.66 -
System Red Green Blue C M Y K H S L
Decimal 235 119 197 0 0.49 0.16 0.08 319.66 0.74 0.69
Hex EB 77 C5 0 31 10 8 140 4A 45
Octal 353 167 305 0 61 20 10 500 112 105
Binary 11101011 1110111 11000101 0 110001 10000 1000 101000000 1001010 1000101

Color Harmonies of #EB77C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB77C5

Black with #EB77C5

Text Example


Text Example

White with #EB77C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB77C5; }

 p { color: rgb(235,119,197); }

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

background-color css

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

 a { background-color: rgb(235,119,197); }

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

border-color css

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

 span { border-color: rgb(235,119,197); }

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