Html Css Color HEX #EB77AF Persian Pink

📋 copy color: '#EB77AF'

red 235 ◦ green 119 ◦ blue 175

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

Shades of Persian Pink #EB77AF

Tints of Persian Pink #EB77AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 33.08%

R = 44.42%
G = 22.5%
B = 33.08%

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

#EB77AF (or 0xEB77AF) is known color: Persian Pink. HEX triplet: EB, 77 and AF. RGB value is (235,119,175). Sum of RGB (Red+Green+Blue) = 235+119+175=529 (70% of max value = 765). Red value is 235 (92.19% from 255 or 44.42% from 529); Green value is 119 (46.88% from 255 or 22.50% from 529); Blue value is 175 (68.75% from 255 or 33.08% from 529); Max value from RGB is 235 - color contains mainly: red. Hex color #EB77AF is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EB77AF is #148850. Grayscale: #9F9F9F. Windows color (decimal): -1345617 or 11499499. OLE color: 11499499.

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

Color convert

RGB 235 119 175 -
CMYK 0 0.49 0.26 0.08
HSL 331.03º 0.74% 0.69% -
HSV(B) 331.03º 0.49% 0.92% -
XYZ 48.6 33.95 44.55 -
YUV 160.07 136.43 181.45 -
System Red Green Blue C M Y K H S L
Decimal 235 119 175 0 0.49 0.26 0.08 331.03 0.74 0.69
Hex EB 77 AF 0 31 1A 8 14B 4A 45
Octal 353 167 257 0 61 32 10 513 112 105
Binary 11101011 1110111 10101111 0 110001 11010 1000 101001011 1001010 1000101

Color Harmonies of #EB77AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB77AF

Black with #EB77AF

Text Example


Text Example

White with #EB77AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB77AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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