Html Css Color HEX #E97FC1 Persian Pink

📋 copy color: '#E97FC1'

red 233 ◦ green 127 ◦ blue 193

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

Shades of Persian Pink #E97FC1

Tints of Persian Pink #E97FC1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 34.9%

R = 42.13%
G = 22.97%
B = 34.9%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.17

 K value IS 0.09

RGB Variations

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

Color information

#E97FC1 (or 0xE97FC1) is known color: Persian Pink. HEX triplet: E9, 7F and C1. RGB value is (233,127,193). Sum of RGB (Red+Green+Blue) = 233+127+193=553 (73% of max value = 765). Red value is 233 (91.41% from 255 or 42.13% from 553); Green value is 127 (50% from 255 or 22.97% from 553); Blue value is 193 (75.78% from 255 or 34.90% from 553); Max value from RGB is 233 - color contains mainly: red. Hex color #E97FC1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E97FC1 is #16803E. Grayscale: #A6A6A6. Windows color (decimal): -1474623 or 12681193. OLE color: 12681193.

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

Color convert

RGB 233 127 193 -
CMYK 0 0.45 0.17 0.09
HSL 322.64º 0.71% 0.71% -
HSV(B) 322.64º 0.45% 0.91% -
XYZ 50.82 36.35 54.79 -
YUV 166.22 143.12 175.63 -
System Red Green Blue C M Y K H S L
Decimal 233 127 193 0 0.45 0.17 0.09 322.64 0.71 0.71
Hex E9 7F C1 0 2D 11 9 143 47 47
Octal 351 177 301 0 55 21 11 503 107 107
Binary 11101001 1111111 11000001 0 101101 10001 1001 101000011 1000111 1000111

Color Harmonies of #E97FC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E97FC1

Black with #E97FC1

Text Example


Text Example

White with #E97FC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E97FC1; }

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

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

background-color css

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

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

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

border-color css

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

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

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