Html Css Color HEX #E370BA Persian Pink

📋 copy color: '#E370BA'

red 227 ◦ green 112 ◦ blue 186

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

Shades of Persian Pink #E370BA

Tints of Persian Pink #E370BA

RGB

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

 GREEN value IS 112 (44.14% from 255) = 21.33%

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

R = 43.24%
G = 21.33%
B = 35.43%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.18

 K value IS 0.11

RGB Variations

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

Color information

#E370BA (or 0xE370BA) is known color: Persian Pink. HEX triplet: E3, 70 and BA. RGB value is (227,112,186). Sum of RGB (Red+Green+Blue) = 227+112+186=525 (69% of max value = 765). Red value is 227 (89.06% from 255 or 43.24% from 525); Green value is 112 (44.14% from 255 or 21.33% from 525); Blue value is 186 (73.05% from 255 or 35.43% from 525); Max value from RGB is 227 - color contains mainly: red. Hex color #E370BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E370BA is #1C8F45. Grayscale: #9A9A9A. Windows color (decimal): -1871686 or 12218595. OLE color: 12218595.

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

Color convert

RGB 227 112 186 -
CMYK 0 0.51 0.18 0.11
HSL 321.39º 0.67% 0.66% -
HSV(B) 321.39º 0.51% 0.89% -
XYZ 46.34 31.46 50.09 -
YUV 154.82 145.6 179.48 -
System Red Green Blue C M Y K H S L
Decimal 227 112 186 0 0.51 0.18 0.11 321.39 0.67 0.66
Hex E3 70 BA 0 33 12 B 141 43 42
Octal 343 160 272 0 63 22 13 501 103 102
Binary 11100011 1110000 10111010 0 110011 10010 1011 101000001 1000011 1000010

Color Harmonies of #E370BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E370BA

Black with #E370BA

Text Example


Text Example

White with #E370BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E370BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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