Html Css Color HEX #E97FC2 Persian Pink

📋 copy color: '#E97FC2'

red 233 ◦ green 127 ◦ blue 194

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

Shades of Persian Pink #E97FC2

Tints of Persian Pink #E97FC2

RGB

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

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

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

R = 42.06%
G = 22.92%
B = 35.02%

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

#E97FC2 (or 0xE97FC2) is known color: Persian Pink. HEX triplet: E9, 7F and C2. RGB value is (233,127,194). Sum of RGB (Red+Green+Blue) = 233+127+194=554 (73% of max value = 765). Red value is 233 (91.41% from 255 or 42.06% from 554); Green value is 127 (50% from 255 or 22.92% from 554); Blue value is 194 (76.17% from 255 or 35.02% from 554); Max value from RGB is 233 - color contains mainly: red. Hex color #E97FC2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E97FC2 is #16803D. Grayscale: #A6A6A6. Windows color (decimal): -1474622 or 12746729. OLE color: 12746729.

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

Color convert

RGB 233 127 194 -
CMYK 0 0.45 0.17 0.09
HSL 322.08º 0.71% 0.71% -
HSV(B) 322.08º 0.45% 0.91% -
XYZ 50.93 36.4 55.38 -
YUV 166.33 143.62 175.55 -
System Red Green Blue C M Y K H S L
Decimal 233 127 194 0 0.45 0.17 0.09 322.08 0.71 0.71
Hex E9 7F C2 0 2D 11 9 142 47 47
Octal 351 177 302 0 55 21 11 502 107 107
Binary 11101001 1111111 11000010 0 101101 10001 1001 101000010 1000111 1000111

Color Harmonies of #E97FC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E97FC2

Black with #E97FC2

Text Example


Text Example

White with #E97FC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E97FC2; }

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

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

background-color css

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

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

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

border-color css

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

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

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