Html Css Color HEX #E977B2 Persian Pink

📋 copy color: '#E977B2'

red 233 ◦ green 119 ◦ blue 178

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

Shades of Persian Pink #E977B2

Tints of Persian Pink #E977B2

RGB

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

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

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

R = 43.96%
G = 22.45%
B = 33.58%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.24

 K value IS 0.09

RGB Variations

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

Color information

#E977B2 (or 0xE977B2) is known color: Persian Pink. HEX triplet: E9, 77 and B2. RGB value is (233,119,178). Sum of RGB (Red+Green+Blue) = 233+119+178=530 (70% of max value = 765). Red value is 233 (91.41% from 255 or 43.96% from 530); Green value is 119 (46.88% from 255 or 22.45% from 530); Blue value is 178 (69.92% from 255 or 33.58% from 530); Max value from RGB is 233 - color contains mainly: red. Hex color #E977B2 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E977B2 is #16884D. Grayscale: #9F9F9F. Windows color (decimal): -1476686 or 11696105. OLE color: 11696105.

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

Color convert

RGB 233 119 178 -
CMYK 0 0.49 0.24 0.09
HSL 328.95º 0.72% 0.69% -
HSV(B) 328.95º 0.49% 0.91% -
XYZ 48.24 33.73 46.09 -
YUV 159.81 138.27 180.2 -
System Red Green Blue C M Y K H S L
Decimal 233 119 178 0 0.49 0.24 0.09 328.95 0.72 0.69
Hex E9 77 B2 0 31 18 9 149 48 45
Octal 351 167 262 0 61 30 11 511 110 105
Binary 11101001 1110111 10110010 0 110001 11000 1001 101001001 1001000 1000101

Color Harmonies of #E977B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E977B2

Black with #E977B2

Text Example


Text Example

White with #E977B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E977B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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