Html Css Color HEX #E373BA Persian Pink

📋 copy color: '#E373BA'

red 227 ◦ green 115 ◦ blue 186

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

Shades of Persian Pink #E373BA

Tints of Persian Pink #E373BA

RGB

 RED value IS 227 (89.06% from 255) = 42.99%

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

 BLUE value IS 186 (73.05% from 255) = 35.23%

R = 42.99%
G = 21.78%
B = 35.23%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.18

 K value IS 0.11

RGB Variations

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

Color information

#E373BA (or 0xE373BA) is known color: Persian Pink. HEX triplet: E3, 73 and BA. RGB value is (227,115,186). Sum of RGB (Red+Green+Blue) = 227+115+186=528 (69% of max value = 765). Red value is 227 (89.06% from 255 or 42.99% from 528); Green value is 115 (45.31% from 255 or 21.78% from 528); Blue value is 186 (73.05% from 255 or 35.23% from 528); Max value from RGB is 227 - color contains mainly: red. Hex color #E373BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E373BA is #1C8C45. Grayscale: #9C9C9C. Windows color (decimal): -1870918 or 12219363. OLE color: 12219363.

HSL color Cylindrical-coordinate representation of color #E373BA: hue angle of 321.96º degrees, saturation: 0.67, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #E373BA is Cyan = 0, Magento = 0.49, Yellow = 0.18 and Black (K on CMYK) = 0.11.

Color convert

RGB 227 115 186 -
CMYK 0 0.49 0.18 0.11
HSL 321.96º 0.67% 0.67% -
HSV(B) 321.96º 0.49% 0.89% -
XYZ 46.67 32.14 50.2 -
YUV 156.58 144.61 178.23 -
System Red Green Blue C M Y K H S L
Decimal 227 115 186 0 0.49 0.18 0.11 321.96 0.67 0.67
Hex E3 73 BA 0 31 12 B 142 43 43
Octal 343 163 272 0 61 22 13 502 103 103
Binary 11100011 1110011 10111010 0 110001 10010 1011 101000010 1000011 1000011

Color Harmonies of #E373BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E373BA

Black with #E373BA

Text Example


Text Example

White with #E373BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E373BA; }

 p { color: rgb(227,115,186); }

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

background-color css

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

 a { background-color: rgb(227,115,186); }

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

border-color css

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

 span { border-color: rgb(227,115,186); }

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