Html Css Color HEX #E97FC0 Persian Pink

📋 copy color: '#E97FC0'

red 233 ◦ green 127 ◦ blue 192

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

Shades of Persian Pink #E97FC0

Tints of Persian Pink #E97FC0

RGB

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

 GREEN value IS 127 (50% from 255) = 23.01%

 BLUE value IS 192 (75.39% from 255) = 34.78%

R = 42.21%
G = 23.01%
B = 34.78%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.18

 K value IS 0.09

RGB Variations

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

Color information

#E97FC0 (or 0xE97FC0) is known color: Persian Pink. HEX triplet: E9, 7F and C0. RGB value is (233,127,192). Sum of RGB (Red+Green+Blue) = 233+127+192=552 (73% of max value = 765). Red value is 233 (91.41% from 255 or 42.21% from 552); Green value is 127 (50% from 255 or 23.01% from 552); Blue value is 192 (75.39% from 255 or 34.78% from 552); Max value from RGB is 233 - color contains mainly: red. Hex color #E97FC0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E97FC0 is #16803F. Grayscale: #A5A5A5. Windows color (decimal): -1474624 or 12615657. OLE color: 12615657.

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

Color convert

RGB 233 127 192 -
CMYK 0 0.45 0.18 0.09
HSL 323.21º 0.71% 0.71% -
HSV(B) 323.21º 0.45% 0.91% -
XYZ 50.71 36.31 54.2 -
YUV 166.1 142.62 175.71 -
System Red Green Blue C M Y K H S L
Decimal 233 127 192 0 0.45 0.18 0.09 323.21 0.71 0.71
Hex E9 7F C0 0 2D 12 9 143 47 47
Octal 351 177 300 0 55 22 11 503 107 107
Binary 11101001 1111111 11000000 0 101101 10010 1001 101000011 1000111 1000111

Color Harmonies of #E97FC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E97FC0

Black with #E97FC0

Text Example


Text Example

White with #E97FC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E97FC0; }

 p { color: rgb(233,127,192); }

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

background-color css

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

 a { background-color: rgb(233,127,192); }

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

border-color css

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

 span { border-color: rgb(233,127,192); }

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