Html Css Color HEX #E370B0 Persian Pink

📋 copy color: '#E370B0'

red 227 ◦ green 112 ◦ blue 176

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

Shades of Persian Pink #E370B0

Tints of Persian Pink #E370B0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 34.17%

R = 44.08%
G = 21.75%
B = 34.17%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.22

 K value IS 0.11

RGB Variations

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

Color information

#E370B0 (or 0xE370B0) is known color: Persian Pink. HEX triplet: E3, 70 and B0. RGB value is (227,112,176). Sum of RGB (Red+Green+Blue) = 227+112+176=515 (68% of max value = 765). Red value is 227 (89.06% from 255 or 44.08% from 515); Green value is 112 (44.14% from 255 or 21.75% from 515); Blue value is 176 (69.14% from 255 or 34.17% from 515); Max value from RGB is 227 - color contains mainly: red. Hex color #E370B0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E370B0 is #1C8F4F. Grayscale: #999999. Windows color (decimal): -1871696 or 11563235. OLE color: 11563235.

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

Color convert

RGB 227 112 176 -
CMYK 0 0.51 0.22 0.11
HSL 326.61º 0.67% 0.66% -
HSV(B) 326.61º 0.51% 0.89% -
XYZ 45.31 31.05 44.68 -
YUV 153.68 140.6 180.3 -
System Red Green Blue C M Y K H S L
Decimal 227 112 176 0 0.51 0.22 0.11 326.61 0.67 0.66
Hex E3 70 B0 0 33 16 B 147 43 42
Octal 343 160 260 0 63 26 13 507 103 102
Binary 11100011 1110000 10110000 0 110011 10110 1011 101000111 1000011 1000010

Color Harmonies of #E370B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E370B0

Black with #E370B0

Text Example


Text Example

White with #E370B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E370B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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