Html Css Color HEX #E97AB2 Persian Pink

📋 copy color: '#E97AB2'

red 233 ◦ green 122 ◦ blue 178

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

Shades of Persian Pink #E97AB2

Tints of Persian Pink #E97AB2

RGB

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

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

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

R = 43.71%
G = 22.89%
B = 33.4%

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

#E97AB2 (or 0xE97AB2) is known color: Persian Pink. HEX triplet: E9, 7A and B2. RGB value is (233,122,178). Sum of RGB (Red+Green+Blue) = 233+122+178=533 (70% of max value = 765). Red value is 233 (91.41% from 255 or 43.71% from 533); Green value is 122 (48.05% from 255 or 22.89% from 533); Blue value is 178 (69.92% from 255 or 33.40% from 533); Max value from RGB is 233 - color contains mainly: red. Hex color #E97AB2 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E97AB2 is #16854D. Grayscale: #A1A1A1. Windows color (decimal): -1475918 or 11696873. OLE color: 11696873.

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

Color convert

RGB 233 122 178 -
CMYK 0 0.48 0.24 0.09
HSL 329.73º 0.72% 0.7% -
HSV(B) 329.73º 0.48% 0.91% -
XYZ 48.6 34.46 46.21 -
YUV 161.57 137.27 178.95 -
System Red Green Blue C M Y K H S L
Decimal 233 122 178 0 0.48 0.24 0.09 329.73 0.72 0.7
Hex E9 7A B2 0 30 18 9 14A 48 46
Octal 351 172 262 0 60 30 11 512 110 106
Binary 11101001 1111010 10110010 0 110000 11000 1001 101001010 1001000 1000110

Color Harmonies of #E97AB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E97AB2

Black with #E97AB2

Text Example


Text Example

White with #E97AB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E97AB2; }

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

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

background-color css

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

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

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

border-color css

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

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

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