Html Css Color HEX #EB77C7 Persian Pink

📋 copy color: '#EB77C7'

red 235 ◦ green 119 ◦ blue 199

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

Shades of Persian Pink #EB77C7

Tints of Persian Pink #EB77C7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 35.99%

R = 42.5%
G = 21.52%
B = 35.99%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.15

 K value IS 0.08

RGB Variations

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

Color information

#EB77C7 (or 0xEB77C7) is known color: Persian Pink. HEX triplet: EB, 77 and C7. RGB value is (235,119,199). Sum of RGB (Red+Green+Blue) = 235+119+199=553 (73% of max value = 765). Red value is 235 (92.19% from 255 or 42.50% from 553); Green value is 119 (46.88% from 255 or 21.52% from 553); Blue value is 199 (78.12% from 255 or 35.99% from 553); Max value from RGB is 235 - color contains mainly: red. Hex color #EB77C7 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EB77C7 is #148838. Grayscale: #A2A2A2. Windows color (decimal): -1345593 or 13072363. OLE color: 13072363.

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

Color convert

RGB 235 119 199 -
CMYK 0 0.49 0.15 0.08
HSL 318.62º 0.74% 0.69% -
HSV(B) 318.62º 0.49% 0.92% -
XYZ 51.17 34.98 58.09 -
YUV 162.8 148.43 179.5 -
System Red Green Blue C M Y K H S L
Decimal 235 119 199 0 0.49 0.15 0.08 318.62 0.74 0.69
Hex EB 77 C7 0 31 F 8 13F 4A 45
Octal 353 167 307 0 61 17 10 477 112 105
Binary 11101011 1110111 11000111 0 110001 1111 1000 100111111 1001010 1000101

Color Harmonies of #EB77C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB77C7

Black with #EB77C7

Text Example


Text Example

White with #EB77C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB77C7; }

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

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

background-color css

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

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

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

border-color css

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

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

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