Html Css Color HEX #E973BB Persian Pink

📋 copy color: '#E973BB'

red 233 ◦ green 115 ◦ blue 187

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

Shades of Persian Pink #E973BB

Tints of Persian Pink #E973BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 34.95%

R = 43.55%
G = 21.5%
B = 34.95%

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

#E973BB (or 0xE973BB) is known color: Persian Pink. HEX triplet: E9, 73 and BB. RGB value is (233,115,187). Sum of RGB (Red+Green+Blue) = 233+115+187=535 (70% of max value = 765). Red value is 233 (91.41% from 255 or 43.55% from 535); Green value is 115 (45.31% from 255 or 21.50% from 535); Blue value is 187 (73.44% from 255 or 34.95% from 535); Max value from RGB is 233 - color contains mainly: red. Hex color #E973BB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E973BB is #168C44. Grayscale: #9E9E9E. Windows color (decimal): -1477701 or 12284905. OLE color: 12284905.

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

Color convert

RGB 233 115 187 -
CMYK 0 0.51 0.20 0.09
HSL 323.39º 0.73% 0.68% -
HSV(B) 323.39º 0.51% 0.91% -
XYZ 48.7 33.17 50.85 -
YUV 158.49 144.09 181.15 -
System Red Green Blue C M Y K H S L
Decimal 233 115 187 0 0.51 0.20 0.09 323.39 0.73 0.68
Hex E9 73 BB 0 33 14 9 143 49 44
Octal 351 163 273 0 63 24 11 503 111 104
Binary 11101001 1110011 10111011 0 110011 10100 1001 101000011 1001001 1000100

Color Harmonies of #E973BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E973BB

Black with #E973BB

Text Example


Text Example

White with #E973BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E973BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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