Html Css Color HEX #E97FB7 Persian Pink

📋 copy color: '#E97FB7'

red 233 ◦ green 127 ◦ blue 183

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

Shades of Persian Pink #E97FB7

Tints of Persian Pink #E97FB7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 33.7%

R = 42.91%
G = 23.39%
B = 33.7%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.21

 K value IS 0.09

RGB Variations

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

Color information

#E97FB7 (or 0xE97FB7) is known color: Persian Pink. HEX triplet: E9, 7F and B7. RGB value is (233,127,183). Sum of RGB (Red+Green+Blue) = 233+127+183=543 (71% of max value = 765). Red value is 233 (91.41% from 255 or 42.91% from 543); Green value is 127 (50% from 255 or 23.39% from 543); Blue value is 183 (71.88% from 255 or 33.70% from 543); Max value from RGB is 233 - color contains mainly: red. Hex color #E97FB7 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E97FB7 is #168048. Grayscale: #A4A4A4. Windows color (decimal): -1474633 or 12025833. OLE color: 12025833.

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

Color convert

RGB 233 127 183 -
CMYK 0 0.45 0.21 0.09
HSL 328.3º 0.71% 0.71% -
HSV(B) 328.3º 0.45% 0.91% -
XYZ 49.74 35.92 49.11 -
YUV 165.08 138.12 176.45 -
System Red Green Blue C M Y K H S L
Decimal 233 127 183 0 0.45 0.21 0.09 328.3 0.71 0.71
Hex E9 7F B7 0 2D 15 9 148 47 47
Octal 351 177 267 0 55 25 11 510 107 107
Binary 11101001 1111111 10110111 0 101101 10101 1001 101001000 1000111 1000111

Color Harmonies of #E97FB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E97FB7

Black with #E97FB7

Text Example


Text Example

White with #E97FB7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E97FB7; }

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

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

background-color css

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

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

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

border-color css

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

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

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