Html Css Color HEX #E977BA Persian Pink

📋 copy color: '#E977BA'

red 233 ◦ green 119 ◦ blue 186

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

Shades of Persian Pink #E977BA

Tints of Persian Pink #E977BA

RGB

 RED value IS 233 (91.41% from 255) = 43.31%

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

 BLUE value IS 186 (73.05% from 255) = 34.57%

R = 43.31%
G = 22.12%
B = 34.57%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.20

 K value IS 0.09

RGB Variations

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

Color information

#E977BA (or 0xE977BA) is known color: Persian Pink. HEX triplet: E9, 77 and BA. RGB value is (233,119,186). Sum of RGB (Red+Green+Blue) = 233+119+186=538 (71% of max value = 765). Red value is 233 (91.41% from 255 or 43.31% from 538); Green value is 119 (46.88% from 255 or 22.12% from 538); Blue value is 186 (73.05% from 255 or 34.57% from 538); Max value from RGB is 233 - color contains mainly: red. Hex color #E977BA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E977BA is #168845. Grayscale: #A0A0A0. Windows color (decimal): -1476678 or 12220393. OLE color: 12220393.

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

Color convert

RGB 233 119 186 -
CMYK 0 0.49 0.20 0.09
HSL 324.74º 0.72% 0.69% -
HSV(B) 324.74º 0.49% 0.91% -
XYZ 49.06 34.06 50.44 -
YUV 160.72 142.27 179.55 -
System Red Green Blue C M Y K H S L
Decimal 233 119 186 0 0.49 0.20 0.09 324.74 0.72 0.69
Hex E9 77 BA 0 31 14 9 145 48 45
Octal 351 167 272 0 61 24 11 505 110 105
Binary 11101001 1110111 10111010 0 110001 10100 1001 101000101 1001000 1000101

Color Harmonies of #E977BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E977BA

Black with #E977BA

Text Example


Text Example

White with #E977BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E977BA; }

 p { color: rgb(233,119,186); }

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

background-color css

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

 a { background-color: rgb(233,119,186); }

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

border-color css

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

 span { border-color: rgb(233,119,186); }

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