Html Css Color HEX #EB76C0 Persian Pink

📋 copy color: '#EB76C0'

red 235 ◦ green 118 ◦ blue 192

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

Shades of Persian Pink #EB76C0

Tints of Persian Pink #EB76C0

RGB

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

 GREEN value IS 118 (46.48% from 255) = 21.65%

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

R = 43.12%
G = 21.65%
B = 35.23%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.18

 K value IS 0.08

RGB Variations

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

Color information

#EB76C0 (or 0xEB76C0) is known color: Persian Pink. HEX triplet: EB, 76 and C0. RGB value is (235,118,192). Sum of RGB (Red+Green+Blue) = 235+118+192=545 (72% of max value = 765). Red value is 235 (92.19% from 255 or 43.12% from 545); Green value is 118 (46.48% from 255 or 21.65% from 545); Blue value is 192 (75.39% from 255 or 35.23% from 545); Max value from RGB is 235 - color contains mainly: red. Hex color #EB76C0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EB76C0 is #14893F. Grayscale: #A1A1A1. Windows color (decimal): -1345856 or 12613355. OLE color: 12613355.

HSL color Cylindrical-coordinate representation of color #EB76C0: hue angle of 322.05º degrees, saturation: 0.75, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #EB76C0 is Cyan = 0, Magento = 0.50, Yellow = 0.18 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 118 192 -
CMYK 0 0.50 0.18 0.08
HSL 322.05º 0.75% 0.69% -
HSV(B) 322.05º 0.5% 0.92% -
XYZ 50.25 34.42 53.87 -
YUV 161.42 145.26 180.48 -
System Red Green Blue C M Y K H S L
Decimal 235 118 192 0 0.50 0.18 0.08 322.05 0.75 0.69
Hex EB 76 C0 0 32 12 8 142 4B 45
Octal 353 166 300 0 62 22 10 502 113 105
Binary 11101011 1110110 11000000 0 110010 10010 1000 101000010 1001011 1000101

Color Harmonies of #EB76C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB76C0

Black with #EB76C0

Text Example


Text Example

White with #EB76C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB76C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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