Html Css Color HEX #E97ABA Persian Pink

📋 copy color: '#E97ABA'

red 233 ◦ green 122 ◦ blue 186

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

Shades of Persian Pink #E97ABA

Tints of Persian Pink #E97ABA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 34.38%

R = 43.07%
G = 22.55%
B = 34.38%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.20

 K value IS 0.09

RGB Variations

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

Color information

#E97ABA (or 0xE97ABA) is known color: Persian Pink. HEX triplet: E9, 7A and BA. RGB value is (233,122,186). Sum of RGB (Red+Green+Blue) = 233+122+186=541 (71% of max value = 765). Red value is 233 (91.41% from 255 or 43.07% from 541); Green value is 122 (48.05% from 255 or 22.55% from 541); Blue value is 186 (73.05% from 255 or 34.38% from 541); Max value from RGB is 233 - color contains mainly: red. Hex color #E97ABA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E97ABA is #168545. Grayscale: #A2A2A2. Windows color (decimal): -1475910 or 12221161. OLE color: 12221161.

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

Color convert

RGB 233 122 186 -
CMYK 0 0.48 0.20 0.09
HSL 325.41º 0.72% 0.7% -
HSV(B) 325.41º 0.48% 0.91% -
XYZ 49.43 34.79 50.56 -
YUV 162.49 141.27 178.3 -
System Red Green Blue C M Y K H S L
Decimal 233 122 186 0 0.48 0.20 0.09 325.41 0.72 0.7
Hex E9 7A BA 0 30 14 9 145 48 46
Octal 351 172 272 0 60 24 11 505 110 106
Binary 11101001 1111010 10111010 0 110000 10100 1001 101000101 1001000 1000110

Color Harmonies of #E97ABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E97ABA

Black with #E97ABA

Text Example


Text Example

White with #E97ABA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E97ABA; }

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

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

background-color css

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

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

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

border-color css

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

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

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