#E370BB

Color #E370BB Persian Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Persian Pink #E370BB

Tints of Persian Pink #E370BB

Color information

#E370BB (or 0xE370BB) is unknown color: approx Persian Pink. HEX triplet: E3, 70 and BB. RGB value is (227,112,187). Sum of RGB (Red+Green+Blue) = 227+112+187=526 (69% of max value = 765). Red value is 227 (89.06% from 255 or 43.16% from 526); Green value is 112 (44.14% from 255 or 21.29% from 526); Blue value is 187 (73.44% from 255 or 35.55% from 526); Max value from RGB is 227 - color contains mainly: red. Hex color #E370BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E370BB is #1C8F44. Grayscale: #9A9A9A. Windows color (decimal): -1871685 or 12284131. OLE color: 12284131.

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

Color convert

RGB227112187-
CMYK00.510.180.11
HSL320.87º67.25%66.47%-
HSV(B)320.87º50.66%89.02%-
XYZ46.4431.5150.65-
YUV154.94146.1179.4-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 43.16%
GREEN value IS 112 (44.14% from 255) = 21.29%
BLUE value IS 187 (73.44% from 255) = 35.55%
R=43.16%
G=21.29%
B=35.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.18
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22711218700.510.180.11320.8767.2566.47
HexE370BB03312B1414342
Octal3431602730632213501103102
Binary11100011111000010111011011001110010101110100000110000111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E370BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E370BB; }

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

 H1.HeaderClassName
 {
   color: #E370BB;
 }
 .AnyTagClassName
 {
   color: #E370BB;
 }
</style>
background-color css

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

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

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

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

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

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