Html Css Color HEX #EB80AF Persian Pink

📋 copy color: '#EB80AF'

red 235 ◦ green 128 ◦ blue 175

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

Shades of Persian Pink #EB80AF

Tints of Persian Pink #EB80AF

RGB

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

 GREEN value IS 128 (50.39% from 255) = 23.79%

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

R = 43.68%
G = 23.79%
B = 32.53%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.26

 K value IS 0.08

RGB Variations

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

Color information

#EB80AF (or 0xEB80AF) is known color: Persian Pink. HEX triplet: EB, 80 and AF. RGB value is (235,128,175). Sum of RGB (Red+Green+Blue) = 235+128+175=538 (71% of max value = 765). Red value is 235 (92.19% from 255 or 43.68% from 538); Green value is 128 (50.39% from 255 or 23.79% from 538); Blue value is 175 (68.75% from 255 or 32.53% from 538); Max value from RGB is 235 - color contains mainly: red. Hex color #EB80AF is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EB80AF is #147F50. Grayscale: #A5A5A5. Windows color (decimal): -1343313 or 11501803. OLE color: 11501803.

HSL color Cylindrical-coordinate representation of color #EB80AF: hue angle of 333.64º degrees, saturation: 0.73, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #EB80AF is Cyan = 0, Magento = 0.46, Yellow = 0.26 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 128 175 -
CMYK 0 0.46 0.26 0.08
HSL 333.64º 0.73% 0.71% -
HSV(B) 333.64º 0.46% 0.92% -
XYZ 49.72 36.2 44.92 -
YUV 165.35 133.45 177.68 -
System Red Green Blue C M Y K H S L
Decimal 235 128 175 0 0.46 0.26 0.08 333.64 0.73 0.71
Hex EB 80 AF 0 2E 1A 8 14E 49 47
Octal 353 200 257 0 56 32 10 516 111 107
Binary 11101011 10000000 10101111 0 101110 11010 1000 101001110 1001001 1000111

Color Harmonies of #EB80AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB80AF

Black with #EB80AF

Text Example


Text Example

White with #EB80AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB80AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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