Html Css Color HEX #E973B7 Persian Pink

📋 copy color: '#E973B7'

red 233 ◦ green 115 ◦ blue 183

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

Shades of Persian Pink #E973B7

Tints of Persian Pink #E973B7

RGB

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

 GREEN value IS 115 (45.31% from 255) = 21.66%

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

R = 43.88%
G = 21.66%
B = 34.46%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.21

 K value IS 0.09

RGB Variations

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

Color information

#E973B7 (or 0xE973B7) is known color: Persian Pink. HEX triplet: E9, 73 and B7. RGB value is (233,115,183). Sum of RGB (Red+Green+Blue) = 233+115+183=531 (70% of max value = 765). Red value is 233 (91.41% from 255 or 43.88% from 531); Green value is 115 (45.31% from 255 or 21.66% from 531); Blue value is 183 (71.88% from 255 or 34.46% from 531); Max value from RGB is 233 - color contains mainly: red. Hex color #E973B7 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E973B7 is #168C48. Grayscale: #9D9D9D. Windows color (decimal): -1477705 or 12022761. OLE color: 12022761.

HSL color Cylindrical-coordinate representation of color #E973B7: hue angle of 325.42º degrees, saturation: 0.73, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #E973B7 is Cyan = 0, Magento = 0.51, Yellow = 0.21 and Black (K on CMYK) = 0.09.

Color convert

RGB 233 115 183 -
CMYK 0 0.51 0.21 0.09
HSL 325.42º 0.73% 0.68% -
HSV(B) 325.42º 0.51% 0.91% -
XYZ 48.28 33 48.63 -
YUV 158.03 142.09 181.47 -
System Red Green Blue C M Y K H S L
Decimal 233 115 183 0 0.51 0.21 0.09 325.42 0.73 0.68
Hex E9 73 B7 0 33 15 9 145 49 44
Octal 351 163 267 0 63 25 11 505 111 104
Binary 11101001 1110011 10110111 0 110011 10101 1001 101000101 1001001 1000100

Color Harmonies of #E973B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E973B7

Black with #E973B7

Text Example


Text Example

White with #E973B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E973B7; }

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

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

background-color css

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

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

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

border-color css

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

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

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