Html Css Color HEX #E973B4 Persian Pink

📋 copy color: '#E973B4'

red 233 ◦ green 115 ◦ blue 180

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

Shades of Persian Pink #E973B4

Tints of Persian Pink #E973B4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 34.09%

R = 44.13%
G = 21.78%
B = 34.09%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.23

 K value IS 0.09

RGB Variations

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

Color information

#E973B4 (or 0xE973B4) is known color: Persian Pink. HEX triplet: E9, 73 and B4. RGB value is (233,115,180). Sum of RGB (Red+Green+Blue) = 233+115+180=528 (69% of max value = 765). Red value is 233 (91.41% from 255 or 44.13% from 528); Green value is 115 (45.31% from 255 or 21.78% from 528); Blue value is 180 (70.70% from 255 or 34.09% from 528); Max value from RGB is 233 - color contains mainly: red. Hex color #E973B4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E973B4 is #168C4B. Grayscale: #9D9D9D. Windows color (decimal): -1477708 or 11826153. OLE color: 11826153.

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

Color convert

RGB 233 115 180 -
CMYK 0 0.51 0.23 0.09
HSL 326.95º 0.73% 0.68% -
HSV(B) 326.95º 0.51% 0.91% -
XYZ 47.97 32.88 47 -
YUV 157.69 140.59 181.71 -
System Red Green Blue C M Y K H S L
Decimal 233 115 180 0 0.51 0.23 0.09 326.95 0.73 0.68
Hex E9 73 B4 0 33 17 9 147 49 44
Octal 351 163 264 0 63 27 11 507 111 104
Binary 11101001 1110011 10110100 0 110011 10111 1001 101000111 1001001 1000100

Color Harmonies of #E973B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E973B4

Black with #E973B4

Text Example


Text Example

White with #E973B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E973B4; }

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

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

background-color css

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

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

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

border-color css

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

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

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