Html Css Color HEX #E973C0 Persian Pink

📋 copy color: '#E973C0'

red 233 ◦ green 115 ◦ blue 192

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

Shades of Persian Pink #E973C0

Tints of Persian Pink #E973C0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 35.56%

R = 43.15%
G = 21.3%
B = 35.56%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.18

 K value IS 0.09

RGB Variations

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

Color information

#E973C0 (or 0xE973C0) is known color: Persian Pink. HEX triplet: E9, 73 and C0. RGB value is (233,115,192). Sum of RGB (Red+Green+Blue) = 233+115+192=540 (71% of max value = 765). Red value is 233 (91.41% from 255 or 43.15% from 540); Green value is 115 (45.31% from 255 or 21.30% from 540); Blue value is 192 (75.39% from 255 or 35.56% from 540); Max value from RGB is 233 - color contains mainly: red. Hex color #E973C0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E973C0 is #168C3F. Grayscale: #9E9E9E. Windows color (decimal): -1477696 or 12612585. OLE color: 12612585.

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

Color convert

RGB 233 115 192 -
CMYK 0 0.51 0.18 0.09
HSL 320.85º 0.73% 0.68% -
HSV(B) 320.85º 0.51% 0.91% -
XYZ 49.25 33.39 53.72 -
YUV 159.06 146.59 180.74 -
System Red Green Blue C M Y K H S L
Decimal 233 115 192 0 0.51 0.18 0.09 320.85 0.73 0.68
Hex E9 73 C0 0 33 12 9 141 49 44
Octal 351 163 300 0 63 22 11 501 111 104
Binary 11101001 1110011 11000000 0 110011 10010 1001 101000001 1001001 1000100

Color Harmonies of #E973C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E973C0

Black with #E973C0

Text Example


Text Example

White with #E973C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E973C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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