Html Css Color HEX #EB77BC Persian Pink

📋 copy color: '#EB77BC'

red 235 ◦ green 119 ◦ blue 188

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

Shades of Persian Pink #EB77BC

Tints of Persian Pink #EB77BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 34.69%

R = 43.36%
G = 21.96%
B = 34.69%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.2

 K value IS 0.08

RGB Variations

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

Color information

#EB77BC (or 0xEB77BC) is known color: Persian Pink. HEX triplet: EB, 77 and BC. RGB value is (235,119,188). Sum of RGB (Red+Green+Blue) = 235+119+188=542 (71% of max value = 765). Red value is 235 (92.19% from 255 or 43.36% from 542); Green value is 119 (46.88% from 255 or 21.96% from 542); Blue value is 188 (73.83% from 255 or 34.69% from 542); Max value from RGB is 235 - color contains mainly: red. Hex color #EB77BC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EB77BC is #148843. Grayscale: #A1A1A1. Windows color (decimal): -1345604 or 12351467. OLE color: 12351467.

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

Color convert

RGB 235 119 188 -
CMYK 0 0.49 0.2 0.08
HSL 324.31º 0.74% 0.69% -
HSV(B) 324.31º 0.49% 0.92% -
XYZ 49.93 34.49 51.6 -
YUV 161.55 142.93 180.39 -
System Red Green Blue C M Y K H S L
Decimal 235 119 188 0 0.49 0.2 0.08 324.31 0.74 0.69
Hex EB 77 BC 0 31 14 8 144 4A 45
Octal 353 167 274 0 61 24 10 504 112 105
Binary 11101011 1110111 10111100 0 110001 10100 1000 101000100 1001010 1000101

Color Harmonies of #EB77BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB77BC

Black with #EB77BC

Text Example


Text Example

White with #EB77BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB77BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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