Html Css Color HEX #E97CAE Persian Pink

📋 copy color: '#E97CAE'

red 233 ◦ green 124 ◦ blue 174

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

Shades of Persian Pink #E97CAE

Tints of Persian Pink #E97CAE

RGB

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

 GREEN value IS 124 (48.83% from 255) = 23.35%

 BLUE value IS 174 (68.36% from 255) = 32.77%

R = 43.88%
G = 23.35%
B = 32.77%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.25

 K value IS 0.09

RGB Variations

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

Color information

#E97CAE (or 0xE97CAE) is known color: Persian Pink. HEX triplet: E9, 7C and AE. RGB value is (233,124,174). Sum of RGB (Red+Green+Blue) = 233+124+174=531 (70% of max value = 765). Red value is 233 (91.41% from 255 or 43.88% from 531); Green value is 124 (48.83% from 255 or 23.35% from 531); Blue value is 174 (68.36% from 255 or 32.77% from 531); Max value from RGB is 233 - color contains mainly: red. Hex color #E97CAE is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E97CAE is #168351. Grayscale: #A2A2A2. Windows color (decimal): -1475410 or 11435241. OLE color: 11435241.

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

Color convert

RGB 233 124 174 -
CMYK 0 0.47 0.25 0.09
HSL 332.48º 0.71% 0.7% -
HSV(B) 332.48º 0.47% 0.91% -
XYZ 48.45 34.79 44.21 -
YUV 162.29 134.61 178.43 -
System Red Green Blue C M Y K H S L
Decimal 233 124 174 0 0.47 0.25 0.09 332.48 0.71 0.7
Hex E9 7C AE 0 2F 19 9 14C 47 46
Octal 351 174 256 0 57 31 11 514 107 106
Binary 11101001 1111100 10101110 0 101111 11001 1001 101001100 1000111 1000110

Color Harmonies of #E97CAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E97CAE

Black with #E97CAE

Text Example


Text Example

White with #E97CAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E97CAE; }

 p { color: rgb(233,124,174); }

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

background-color css

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

 a { background-color: rgb(233,124,174); }

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

border-color css

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

 span { border-color: rgb(233,124,174); }

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