Html Css Color HEX #E973BE Persian Pink

📋 copy color: '#E973BE'

red 233 ◦ green 115 ◦ blue 190

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

Shades of Persian Pink #E973BE

Tints of Persian Pink #E973BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 35.32%

R = 43.31%
G = 21.38%
B = 35.32%

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

#E973BE (or 0xE973BE) is known color: Persian Pink. HEX triplet: E9, 73 and BE. RGB value is (233,115,190). Sum of RGB (Red+Green+Blue) = 233+115+190=538 (71% of max value = 765). Red value is 233 (91.41% from 255 or 43.31% from 538); Green value is 115 (45.31% from 255 or 21.38% from 538); Blue value is 190 (74.61% from 255 or 35.32% from 538); Max value from RGB is 233 - color contains mainly: red. Hex color #E973BE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E973BE is #168C41. Grayscale: #9E9E9E. Windows color (decimal): -1477698 or 12481513. OLE color: 12481513.

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

Color convert

RGB 233 115 190 -
CMYK 0 0.51 0.18 0.09
HSL 321.86º 0.73% 0.68% -
HSV(B) 321.86º 0.51% 0.91% -
XYZ 49.03 33.3 52.56 -
YUV 158.83 145.59 180.9 -
System Red Green Blue C M Y K H S L
Decimal 233 115 190 0 0.51 0.18 0.09 321.86 0.73 0.68
Hex E9 73 BE 0 33 12 9 142 49 44
Octal 351 163 276 0 63 22 11 502 111 104
Binary 11101001 1110011 10111110 0 110011 10010 1001 101000010 1001001 1000100

Color Harmonies of #E973BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E973BE

Black with #E973BE

Text Example


Text Example

White with #E973BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E973BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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