Html Css Color HEX #E97BAC Persian Pink

📋 copy color: '#E97BAC'

red 233 ◦ green 123 ◦ blue 172

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

Shades of Persian Pink #E97BAC

Tints of Persian Pink #E97BAC

RGB

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

 GREEN value IS 123 (48.44% from 255) = 23.3%

 BLUE value IS 172 (67.58% from 255) = 32.58%

R = 44.13%
G = 23.3%
B = 32.58%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.26

 K value IS 0.09

RGB Variations

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

Color information

#E97BAC (or 0xE97BAC) is known color: Persian Pink. HEX triplet: E9, 7B and AC. RGB value is (233,123,172). Sum of RGB (Red+Green+Blue) = 233+123+172=528 (69% of max value = 765). Red value is 233 (91.41% from 255 or 44.13% from 528); Green value is 123 (48.44% from 255 or 23.30% from 528); Blue value is 172 (67.58% from 255 or 32.58% from 528); Max value from RGB is 233 - color contains mainly: red. Hex color #E97BAC is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E97BAC is #168453. Grayscale: #A1A1A1. Windows color (decimal): -1475668 or 11303913. OLE color: 11303913.

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

Color convert

RGB 233 123 172 -
CMYK 0 0.47 0.26 0.09
HSL 333.27º 0.71% 0.7% -
HSV(B) 333.27º 0.47% 0.91% -
XYZ 48.13 34.47 43.15 -
YUV 161.48 133.94 179.02 -
System Red Green Blue C M Y K H S L
Decimal 233 123 172 0 0.47 0.26 0.09 333.27 0.71 0.7
Hex E9 7B AC 0 2F 1A 9 14D 47 46
Octal 351 173 254 0 57 32 11 515 107 106
Binary 11101001 1111011 10101100 0 101111 11010 1001 101001101 1000111 1000110

Color Harmonies of #E97BAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E97BAC

Black with #E97BAC

Text Example


Text Example

White with #E97BAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E97BAC; }

 p { color: rgb(233,123,172); }

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

background-color css

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

 a { background-color: rgb(233,123,172); }

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

border-color css

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

 span { border-color: rgb(233,123,172); }

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