Html Css Color HEX #E97AB1 Persian Pink

📋 copy color: '#E97AB1'

red 233 ◦ green 122 ◦ blue 177

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

Shades of Persian Pink #E97AB1

Tints of Persian Pink #E97AB1

RGB

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

 GREEN value IS 122 (48.05% from 255) = 22.93%

 BLUE value IS 177 (69.53% from 255) = 33.27%

R = 43.8%
G = 22.93%
B = 33.27%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.24

 K value IS 0.09

RGB Variations

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

Color information

#E97AB1 (or 0xE97AB1) is known color: Persian Pink. HEX triplet: E9, 7A and B1. RGB value is (233,122,177). Sum of RGB (Red+Green+Blue) = 233+122+177=532 (70% of max value = 765). Red value is 233 (91.41% from 255 or 43.80% from 532); Green value is 122 (48.05% from 255 or 22.93% from 532); Blue value is 177 (69.53% from 255 or 33.27% from 532); Max value from RGB is 233 - color contains mainly: red. Hex color #E97AB1 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E97AB1 is #16854E. Grayscale: #A1A1A1. Windows color (decimal): -1475919 or 11631337. OLE color: 11631337.

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

Color convert

RGB 233 122 177 -
CMYK 0 0.48 0.24 0.09
HSL 330.27º 0.72% 0.7% -
HSV(B) 330.27º 0.48% 0.91% -
XYZ 48.5 34.42 45.68 -
YUV 161.46 136.77 179.03 -
System Red Green Blue C M Y K H S L
Decimal 233 122 177 0 0.48 0.24 0.09 330.27 0.72 0.7
Hex E9 7A B1 0 30 18 9 14A 48 46
Octal 351 172 261 0 60 30 11 512 110 106
Binary 11101001 1111010 10110001 0 110000 11000 1001 101001010 1001000 1000110

Color Harmonies of #E97AB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E97AB1

Black with #E97AB1

Text Example


Text Example

White with #E97AB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E97AB1; }

 p { color: rgb(233,122,177); }

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

background-color css

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

 a { background-color: rgb(233,122,177); }

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

border-color css

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

 span { border-color: rgb(233,122,177); }

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