Html Css Color HEX #EB80C0 Persian Pink

📋 copy color: '#EB80C0'

red 235 ◦ green 128 ◦ blue 192

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

Shades of Persian Pink #EB80C0

Tints of Persian Pink #EB80C0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 34.59%

R = 42.34%
G = 23.06%
B = 34.59%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.18

 K value IS 0.08

RGB Variations

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

Color information

#EB80C0 (or 0xEB80C0) is known color: Persian Pink. HEX triplet: EB, 80 and C0. RGB value is (235,128,192). Sum of RGB (Red+Green+Blue) = 235+128+192=555 (73% of max value = 765). Red value is 235 (92.19% from 255 or 42.34% from 555); Green value is 128 (50.39% from 255 or 23.06% from 555); Blue value is 192 (75.39% from 255 or 34.59% from 555); Max value from RGB is 235 - color contains mainly: red. Hex color #EB80C0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EB80C0 is #147F3F. Grayscale: #A7A7A7. Windows color (decimal): -1343296 or 12615915. OLE color: 12615915.

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

Color convert

RGB 235 128 192 -
CMYK 0 0.46 0.18 0.08
HSL 324.11º 0.73% 0.71% -
HSV(B) 324.11º 0.46% 0.92% -
XYZ 51.49 36.91 54.28 -
YUV 167.29 141.95 176.3 -
System Red Green Blue C M Y K H S L
Decimal 235 128 192 0 0.46 0.18 0.08 324.11 0.73 0.71
Hex EB 80 C0 0 2E 12 8 144 49 47
Octal 353 200 300 0 56 22 10 504 111 107
Binary 11101011 10000000 11000000 0 101110 10010 1000 101000100 1001001 1000111

Color Harmonies of #EB80C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB80C0

Black with #EB80C0

Text Example


Text Example

White with #EB80C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB80C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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