Html Css Color HEX #EB77AD Persian Pink

📋 copy color: '#EB77AD'

red 235 ◦ green 119 ◦ blue 173

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

Shades of Persian Pink #EB77AD

Tints of Persian Pink #EB77AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 32.83%

R = 44.59%
G = 22.58%
B = 32.83%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.26

 K value IS 0.08

RGB Variations

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

Color information

#EB77AD (or 0xEB77AD) is known color: Persian Pink. HEX triplet: EB, 77 and AD. RGB value is (235,119,173). Sum of RGB (Red+Green+Blue) = 235+119+173=527 (69% of max value = 765). Red value is 235 (92.19% from 255 or 44.59% from 527); Green value is 119 (46.88% from 255 or 22.58% from 527); Blue value is 173 (67.97% from 255 or 32.83% from 527); Max value from RGB is 235 - color contains mainly: red. Hex color #EB77AD is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EB77AD is #148852. Grayscale: #9F9F9F. Windows color (decimal): -1345619 or 11368427. OLE color: 11368427.

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

Color convert

RGB 235 119 173 -
CMYK 0 0.49 0.26 0.08
HSL 332.07º 0.74% 0.69% -
HSV(B) 332.07º 0.49% 0.92% -
XYZ 48.4 33.87 43.52 -
YUV 159.84 135.43 181.61 -
System Red Green Blue C M Y K H S L
Decimal 235 119 173 0 0.49 0.26 0.08 332.07 0.74 0.69
Hex EB 77 AD 0 31 1A 8 14C 4A 45
Octal 353 167 255 0 61 32 10 514 112 105
Binary 11101011 1110111 10101101 0 110001 11010 1000 101001100 1001010 1000101

Color Harmonies of #EB77AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB77AD

Black with #EB77AD

Text Example


Text Example

White with #EB77AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB77AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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