Html Css Color HEX #E973BD Persian Pink

📋 copy color: '#E973BD'

red 233 ◦ green 115 ◦ blue 189

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

Shades of Persian Pink #E973BD

Tints of Persian Pink #E973BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 35.2%

R = 43.39%
G = 21.42%
B = 35.2%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.19

 K value IS 0.09

RGB Variations

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

Color information

#E973BD (or 0xE973BD) is known color: Persian Pink. HEX triplet: E9, 73 and BD. RGB value is (233,115,189). Sum of RGB (Red+Green+Blue) = 233+115+189=537 (71% of max value = 765). Red value is 233 (91.41% from 255 or 43.39% from 537); Green value is 115 (45.31% from 255 or 21.42% from 537); Blue value is 189 (74.22% from 255 or 35.20% from 537); Max value from RGB is 233 - color contains mainly: red. Hex color #E973BD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E973BD is #168C42. Grayscale: #9E9E9E. Windows color (decimal): -1477699 or 12415977. OLE color: 12415977.

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

Color convert

RGB 233 115 189 -
CMYK 0 0.51 0.19 0.09
HSL 322.37º 0.73% 0.68% -
HSV(B) 322.37º 0.51% 0.91% -
XYZ 48.92 33.26 51.99 -
YUV 158.72 145.09 180.98 -
System Red Green Blue C M Y K H S L
Decimal 233 115 189 0 0.51 0.19 0.09 322.37 0.73 0.68
Hex E9 73 BD 0 33 13 9 142 49 44
Octal 351 163 275 0 63 23 11 502 111 104
Binary 11101001 1110011 10111101 0 110011 10011 1001 101000010 1001001 1000100

Color Harmonies of #E973BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E973BD

Black with #E973BD

Text Example


Text Example

White with #E973BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E973BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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