Html Css Color HEX #E370BE Persian Pink

📋 copy color: '#E370BE'

red 227 ◦ green 112 ◦ blue 190

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

Shades of Persian Pink #E370BE

Tints of Persian Pink #E370BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 35.92%

R = 42.91%
G = 21.17%
B = 35.92%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.16

 K value IS 0.11

RGB Variations

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

Color information

#E370BE (or 0xE370BE) is known color: Persian Pink. HEX triplet: E3, 70 and BE. RGB value is (227,112,190). Sum of RGB (Red+Green+Blue) = 227+112+190=529 (70% of max value = 765). Red value is 227 (89.06% from 255 or 42.91% from 529); Green value is 112 (44.14% from 255 or 21.17% from 529); Blue value is 190 (74.61% from 255 or 35.92% from 529); Max value from RGB is 227 - color contains mainly: red. Hex color #E370BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E370BE is #1C8F41. Grayscale: #9B9B9B. Windows color (decimal): -1871682 or 12480739. OLE color: 12480739.

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

Color convert

RGB 227 112 190 -
CMYK 0 0.51 0.16 0.11
HSL 319.3º 0.67% 0.66% -
HSV(B) 319.3º 0.51% 0.89% -
XYZ 46.77 31.64 52.36 -
YUV 155.28 147.6 179.16 -
System Red Green Blue C M Y K H S L
Decimal 227 112 190 0 0.51 0.16 0.11 319.3 0.67 0.66
Hex E3 70 BE 0 33 10 B 13F 43 42
Octal 343 160 276 0 63 20 13 477 103 102
Binary 11100011 1110000 10111110 0 110011 10000 1011 100111111 1000011 1000010

Color Harmonies of #E370BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E370BE

Black with #E370BE

Text Example


Text Example

White with #E370BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E370BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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