Html Css Color HEX #EB76BB Persian Pink

📋 copy color: '#EB76BB'

red 235 ◦ green 118 ◦ blue 187

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

Shades of Persian Pink #EB76BB

Tints of Persian Pink #EB76BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 34.63%

R = 43.52%
G = 21.85%
B = 34.63%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.20

 K value IS 0.08

RGB Variations

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

Color information

#EB76BB (or 0xEB76BB) is known color: Persian Pink. HEX triplet: EB, 76 and BB. RGB value is (235,118,187). Sum of RGB (Red+Green+Blue) = 235+118+187=540 (71% of max value = 765). Red value is 235 (92.19% from 255 or 43.52% from 540); Green value is 118 (46.48% from 255 or 21.85% from 540); Blue value is 187 (73.44% from 255 or 34.63% from 540); Max value from RGB is 235 - color contains mainly: red. Hex color #EB76BB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EB76BB is #148944. Grayscale: #A0A0A0. Windows color (decimal): -1345861 or 12285675. OLE color: 12285675.

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

Color convert

RGB 235 118 187 -
CMYK 0 0.50 0.20 0.08
HSL 324.62º 0.75% 0.69% -
HSV(B) 324.62º 0.5% 0.92% -
XYZ 49.71 34.21 51 -
YUV 160.85 142.76 180.89 -
System Red Green Blue C M Y K H S L
Decimal 235 118 187 0 0.50 0.20 0.08 324.62 0.75 0.69
Hex EB 76 BB 0 32 14 8 145 4B 45
Octal 353 166 273 0 62 24 10 505 113 105
Binary 11101011 1110110 10111011 0 110010 10100 1000 101000101 1001011 1000101

Color Harmonies of #EB76BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB76BB

Black with #EB76BB

Text Example


Text Example

White with #EB76BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB76BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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