Html Css Color HEX #E370BB Persian Pink

📋 copy color: '#E370BB'

red 227 ◦ green 112 ◦ blue 187

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

Shades of Persian Pink #E370BB

Tints of Persian Pink #E370BB

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 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

#E370BB (or 0xE370BB) is known color: 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

RGB 227 112 187 -
CMYK 0 0.51 0.18 0.11
HSL 320.87º 0.67% 0.66% -
HSV(B) 320.87º 0.51% 0.89% -
XYZ 46.44 31.51 50.65 -
YUV 154.94 146.1 179.4 -
System Red Green Blue C M Y K H S L
Decimal 227 112 187 0 0.51 0.18 0.11 320.87 0.67 0.66
Hex E3 70 BB 0 33 12 B 141 43 42
Octal 343 160 273 0 63 22 13 501 103 102
Binary 11100011 1110000 10111011 0 110011 10010 1011 101000001 1000011 1000010

Color Harmonies of #E370BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E370BB

Black with #E370BB

Text Example


Text Example

White with #E370BB

Text Example


Text Example

HTML Codes & Css Web 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>