Html Css Color HEX #EB77B2 Persian Pink

📋 copy color: '#EB77B2'

red 235 ◦ green 119 ◦ blue 178

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

Shades of Persian Pink #EB77B2

Tints of Persian Pink #EB77B2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 33.46%

R = 44.17%
G = 22.37%
B = 33.46%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.24

 K value IS 0.08

RGB Variations

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

Color information

#EB77B2 (or 0xEB77B2) is known color: Persian Pink. HEX triplet: EB, 77 and B2. RGB value is (235,119,178). Sum of RGB (Red+Green+Blue) = 235+119+178=532 (70% of max value = 765). Red value is 235 (92.19% from 255 or 44.17% from 532); Green value is 119 (46.88% from 255 or 22.37% from 532); Blue value is 178 (69.92% from 255 or 33.46% from 532); Max value from RGB is 235 - color contains mainly: red. Hex color #EB77B2 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EB77B2 is #14884D. Grayscale: #A0A0A0. Windows color (decimal): -1345614 or 11696107. OLE color: 11696107.

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

Color convert

RGB 235 119 178 -
CMYK 0 0.49 0.24 0.08
HSL 329.48º 0.74% 0.69% -
HSV(B) 329.48º 0.49% 0.92% -
XYZ 48.89 34.07 46.12 -
YUV 160.41 137.93 181.2 -
System Red Green Blue C M Y K H S L
Decimal 235 119 178 0 0.49 0.24 0.08 329.48 0.74 0.69
Hex EB 77 B2 0 31 18 8 149 4A 45
Octal 353 167 262 0 61 30 10 511 112 105
Binary 11101011 1110111 10110010 0 110001 11000 1000 101001001 1001010 1000101

Color Harmonies of #EB77B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB77B2

Black with #EB77B2

Text Example


Text Example

White with #EB77B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB77B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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