Html Css Color HEX #E97AC2 Persian Pink

📋 copy color: '#E97AC2'

red 233 ◦ green 122 ◦ blue 194

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

Shades of Persian Pink #E97AC2

Tints of Persian Pink #E97AC2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 35.34%

R = 42.44%
G = 22.22%
B = 35.34%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.17

 K value IS 0.09

RGB Variations

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

Color information

#E97AC2 (or 0xE97AC2) is known color: Persian Pink. HEX triplet: E9, 7A and C2. RGB value is (233,122,194). Sum of RGB (Red+Green+Blue) = 233+122+194=549 (72% of max value = 765). Red value is 233 (91.41% from 255 or 42.44% from 549); Green value is 122 (48.05% from 255 or 22.22% from 549); Blue value is 194 (76.17% from 255 or 35.34% from 549); Max value from RGB is 233 - color contains mainly: red. Hex color #E97AC2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E97AC2 is #16853D. Grayscale: #A3A3A3. Windows color (decimal): -1475902 or 12745449. OLE color: 12745449.

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

Color convert

RGB 233 122 194 -
CMYK 0 0.48 0.17 0.09
HSL 321.08º 0.72% 0.7% -
HSV(B) 321.08º 0.48% 0.91% -
XYZ 50.3 35.14 55.17 -
YUV 163.4 145.27 177.65 -
System Red Green Blue C M Y K H S L
Decimal 233 122 194 0 0.48 0.17 0.09 321.08 0.72 0.7
Hex E9 7A C2 0 30 11 9 141 48 46
Octal 351 172 302 0 60 21 11 501 110 106
Binary 11101001 1111010 11000010 0 110000 10001 1001 101000001 1001000 1000110

Color Harmonies of #E97AC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E97AC2

Black with #E97AC2

Text Example


Text Example

White with #E97AC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E97AC2; }

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

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

background-color css

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

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

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

border-color css

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

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

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