Html Css Color HEX #EB76C2 Persian Pink

📋 copy color: '#EB76C2'

red 235 ◦ green 118 ◦ blue 194

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

Shades of Persian Pink #EB76C2

Tints of Persian Pink #EB76C2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 35.47%

R = 42.96%
G = 21.57%
B = 35.47%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.17

 K value IS 0.08

RGB Variations

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

Color information

#EB76C2 (or 0xEB76C2) is known color: Persian Pink. HEX triplet: EB, 76 and C2. RGB value is (235,118,194). Sum of RGB (Red+Green+Blue) = 235+118+194=547 (72% of max value = 765). Red value is 235 (92.19% from 255 or 42.96% from 547); Green value is 118 (46.48% from 255 or 21.57% from 547); Blue value is 194 (76.17% from 255 or 35.47% from 547); Max value from RGB is 235 - color contains mainly: red. Hex color #EB76C2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EB76C2 is #14893D. Grayscale: #A1A1A1. Windows color (decimal): -1345854 or 12744427. OLE color: 12744427.

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

Color convert

RGB 235 118 194 -
CMYK 0 0.50 0.17 0.08
HSL 321.03º 0.75% 0.69% -
HSV(B) 321.03º 0.5% 0.92% -
XYZ 50.48 34.51 55.04 -
YUV 161.65 146.26 180.32 -
System Red Green Blue C M Y K H S L
Decimal 235 118 194 0 0.50 0.17 0.08 321.03 0.75 0.69
Hex EB 76 C2 0 32 11 8 141 4B 45
Octal 353 166 302 0 62 21 10 501 113 105
Binary 11101011 1110110 11000010 0 110010 10001 1000 101000001 1001011 1000101

Color Harmonies of #EB76C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB76C2

Black with #EB76C2

Text Example


Text Example

White with #EB76C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB76C2; }

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

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

background-color css

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

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

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

border-color css

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

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

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