Html Css Color HEX #E973C1 Persian Pink

📋 copy color: '#E973C1'

red 233 ◦ green 115 ◦ blue 193

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

Shades of Persian Pink #E973C1

Tints of Persian Pink #E973C1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 35.67%

R = 43.07%
G = 21.26%
B = 35.67%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.17

 K value IS 0.09

RGB Variations

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

Color information

#E973C1 (or 0xE973C1) is known color: Persian Pink. HEX triplet: E9, 73 and C1. RGB value is (233,115,193). Sum of RGB (Red+Green+Blue) = 233+115+193=541 (71% of max value = 765). Red value is 233 (91.41% from 255 or 43.07% from 541); Green value is 115 (45.31% from 255 or 21.26% from 541); Blue value is 193 (75.78% from 255 or 35.67% from 541); Max value from RGB is 233 - color contains mainly: red. Hex color #E973C1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E973C1 is #168C3E. Grayscale: #9E9E9E. Windows color (decimal): -1477695 or 12678121. OLE color: 12678121.

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

Color convert

RGB 233 115 193 -
CMYK 0 0.51 0.17 0.09
HSL 320.34º 0.73% 0.68% -
HSV(B) 320.34º 0.51% 0.91% -
XYZ 49.36 33.44 54.3 -
YUV 159.17 147.09 180.66 -
System Red Green Blue C M Y K H S L
Decimal 233 115 193 0 0.51 0.17 0.09 320.34 0.73 0.68
Hex E9 73 C1 0 33 11 9 140 49 44
Octal 351 163 301 0 63 21 11 500 111 104
Binary 11101001 1110011 11000001 0 110011 10001 1001 101000000 1001001 1000100

Color Harmonies of #E973C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E973C1

Black with #E973C1

Text Example


Text Example

White with #E973C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E973C1; }

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

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

background-color css

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

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

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

border-color css

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

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

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