Html Css Color HEX #EB77BB Persian Pink

📋 copy color: '#EB77BB'

red 235 ◦ green 119 ◦ blue 187

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

Shades of Persian Pink #EB77BB

Tints of Persian Pink #EB77BB

RGB

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

 GREEN value IS 119 (46.88% from 255) = 22%

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

R = 43.44%
G = 22%
B = 34.57%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.20

 K value IS 0.08

RGB Variations

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

Color information

#EB77BB (or 0xEB77BB) is known color: Persian Pink. HEX triplet: EB, 77 and BB. RGB value is (235,119,187). Sum of RGB (Red+Green+Blue) = 235+119+187=541 (71% of max value = 765). Red value is 235 (92.19% from 255 or 43.44% from 541); Green value is 119 (46.88% from 255 or 22.00% from 541); Blue value is 187 (73.44% from 255 or 34.57% from 541); Max value from RGB is 235 - color contains mainly: red. Hex color #EB77BB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EB77BB is #148844. Grayscale: #A1A1A1. Windows color (decimal): -1345605 or 12285931. OLE color: 12285931.

HSL color Cylindrical-coordinate representation of color #EB77BB: hue angle of 324.83º degrees, saturation: 0.74, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #EB77BB is Cyan = 0, Magento = 0.49, Yellow = 0.20 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 119 187 -
CMYK 0 0.49 0.20 0.08
HSL 324.83º 0.74% 0.69% -
HSV(B) 324.83º 0.49% 0.92% -
XYZ 49.83 34.44 51.04 -
YUV 161.44 142.43 180.47 -
System Red Green Blue C M Y K H S L
Decimal 235 119 187 0 0.49 0.20 0.08 324.83 0.74 0.69
Hex EB 77 BB 0 31 14 8 145 4A 45
Octal 353 167 273 0 61 24 10 505 112 105
Binary 11101011 1110111 10111011 0 110001 10100 1000 101000101 1001010 1000101

Color Harmonies of #EB77BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB77BB

Black with #EB77BB

Text Example


Text Example

White with #EB77BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB77BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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