Html Css Color HEX #E370B4 Persian Pink

📋 copy color: '#E370B4'

red 227 ◦ green 112 ◦ blue 180

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

Shades of Persian Pink #E370B4

Tints of Persian Pink #E370B4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 34.68%

R = 43.74%
G = 21.58%
B = 34.68%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.21

 K value IS 0.11

RGB Variations

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

Color information

#E370B4 (or 0xE370B4) is known color: Persian Pink. HEX triplet: E3, 70 and B4. RGB value is (227,112,180). Sum of RGB (Red+Green+Blue) = 227+112+180=519 (68% of max value = 765). Red value is 227 (89.06% from 255 or 43.74% from 519); Green value is 112 (44.14% from 255 or 21.58% from 519); Blue value is 180 (70.70% from 255 or 34.68% from 519); Max value from RGB is 227 - color contains mainly: red. Hex color #E370B4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E370B4 is #1C8F4B. Grayscale: #999999. Windows color (decimal): -1871692 or 11825379. OLE color: 11825379.

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

Color convert

RGB 227 112 180 -
CMYK 0 0.51 0.21 0.11
HSL 324.52º 0.67% 0.66% -
HSV(B) 324.52º 0.51% 0.89% -
XYZ 45.71 31.21 46.8 -
YUV 154.14 142.6 179.97 -
System Red Green Blue C M Y K H S L
Decimal 227 112 180 0 0.51 0.21 0.11 324.52 0.67 0.66
Hex E3 70 B4 0 33 15 B 145 43 42
Octal 343 160 264 0 63 25 13 505 103 102
Binary 11100011 1110000 10110100 0 110011 10101 1011 101000101 1000011 1000010

Color Harmonies of #E370B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E370B4

Black with #E370B4

Text Example


Text Example

White with #E370B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E370B4; }

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

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

background-color css

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

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

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

border-color css

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

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

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