Html Css Color HEX #E973BA Persian Pink

📋 copy color: '#E973BA'

red 233 ◦ green 115 ◦ blue 186

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

Shades of Persian Pink #E973BA

Tints of Persian Pink #E973BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 34.83%

R = 43.63%
G = 21.54%
B = 34.83%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.20

 K value IS 0.09

RGB Variations

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

Color information

#E973BA (or 0xE973BA) is known color: Persian Pink. HEX triplet: E9, 73 and BA. RGB value is (233,115,186). Sum of RGB (Red+Green+Blue) = 233+115+186=534 (70% of max value = 765). Red value is 233 (91.41% from 255 or 43.63% from 534); Green value is 115 (45.31% from 255 or 21.54% from 534); Blue value is 186 (73.05% from 255 or 34.83% from 534); Max value from RGB is 233 - color contains mainly: red. Hex color #E973BA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E973BA is #168C45. Grayscale: #9E9E9E. Windows color (decimal): -1477702 or 12219369. OLE color: 12219369.

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

Color convert

RGB 233 115 186 -
CMYK 0 0.51 0.20 0.09
HSL 323.9º 0.73% 0.68% -
HSV(B) 323.9º 0.51% 0.91% -
XYZ 48.6 33.13 50.29 -
YUV 158.38 143.59 181.23 -
System Red Green Blue C M Y K H S L
Decimal 233 115 186 0 0.51 0.20 0.09 323.9 0.73 0.68
Hex E9 73 BA 0 33 14 9 144 49 44
Octal 351 163 272 0 63 24 11 504 111 104
Binary 11101001 1110011 10111010 0 110011 10100 1001 101000100 1001001 1000100

Color Harmonies of #E973BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E973BA

Black with #E973BA

Text Example


Text Example

White with #E973BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E973BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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