Html Css Color HEX #E977B8 Persian Pink

📋 copy color: '#E977B8'

red 233 ◦ green 119 ◦ blue 184

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

Shades of Persian Pink #E977B8

Tints of Persian Pink #E977B8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 34.33%

R = 43.47%
G = 22.2%
B = 34.33%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.21

 K value IS 0.09

RGB Variations

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

Color information

#E977B8 (or 0xE977B8) is known color: Persian Pink. HEX triplet: E9, 77 and B8. RGB value is (233,119,184). Sum of RGB (Red+Green+Blue) = 233+119+184=536 (70% of max value = 765). Red value is 233 (91.41% from 255 or 43.47% from 536); Green value is 119 (46.88% from 255 or 22.20% from 536); Blue value is 184 (72.27% from 255 or 34.33% from 536); Max value from RGB is 233 - color contains mainly: red. Hex color #E977B8 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E977B8 is #168847. Grayscale: #A0A0A0. Windows color (decimal): -1476680 or 12089321. OLE color: 12089321.

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

Color convert

RGB 233 119 184 -
CMYK 0 0.49 0.21 0.09
HSL 325.79º 0.72% 0.69% -
HSV(B) 325.79º 0.49% 0.91% -
XYZ 48.85 33.98 49.33 -
YUV 160.5 141.27 179.71 -
System Red Green Blue C M Y K H S L
Decimal 233 119 184 0 0.49 0.21 0.09 325.79 0.72 0.69
Hex E9 77 B8 0 31 15 9 146 48 45
Octal 351 167 270 0 61 25 11 506 110 105
Binary 11101001 1110111 10111000 0 110001 10101 1001 101000110 1001000 1000101

Color Harmonies of #E977B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E977B8

Black with #E977B8

Text Example


Text Example

White with #E977B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E977B8; }

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

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

background-color css

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

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

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

border-color css

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

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

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