Html Css Color HEX #E973B0 Persian Pink

📋 copy color: '#E973B0'

red 233 ◦ green 115 ◦ blue 176

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

Shades of Persian Pink #E973B0

Tints of Persian Pink #E973B0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 33.59%

R = 44.47%
G = 21.95%
B = 33.59%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.24

 K value IS 0.09

RGB Variations

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

Color information

#E973B0 (or 0xE973B0) is known color: Persian Pink. HEX triplet: E9, 73 and B0. RGB value is (233,115,176). Sum of RGB (Red+Green+Blue) = 233+115+176=524 (69% of max value = 765). Red value is 233 (91.41% from 255 or 44.47% from 524); Green value is 115 (45.31% from 255 or 21.95% from 524); Blue value is 176 (69.14% from 255 or 33.59% from 524); Max value from RGB is 233 - color contains mainly: red. Hex color #E973B0 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E973B0 is #168C4F. Grayscale: #9D9D9D. Windows color (decimal): -1477712 or 11564009. OLE color: 11564009.

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

Color convert

RGB 233 115 176 -
CMYK 0 0.51 0.24 0.09
HSL 328.98º 0.73% 0.68% -
HSV(B) 328.98º 0.51% 0.91% -
XYZ 47.57 32.72 44.88 -
YUV 157.24 138.59 182.04 -
System Red Green Blue C M Y K H S L
Decimal 233 115 176 0 0.51 0.24 0.09 328.98 0.73 0.68
Hex E9 73 B0 0 33 18 9 149 49 44
Octal 351 163 260 0 63 30 11 511 111 104
Binary 11101001 1110011 10110000 0 110011 11000 1001 101001001 1001001 1000100

Color Harmonies of #E973B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E973B0

Black with #E973B0

Text Example


Text Example

White with #E973B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E973B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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