Html Css Color HEX #E370FA Heliotrope

📋 copy color: '#E370FA'

red 227 ◦ green 112 ◦ blue 250

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

Shades of Heliotrope #E370FA

Tints of Heliotrope #E370FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 42.44%

R = 38.54%
G = 19.02%
B = 42.44%

CMYK

 C value IS 0.09

 M value IS 0.55

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#E370FA (or 0xE370FA) is known color: Heliotrope. HEX triplet: E3, 70 and FA. RGB value is (227,112,250). Sum of RGB (Red+Green+Blue) = 227+112+250=589 (78% of max value = 765). Red value is 227 (89.06% from 255 or 38.54% from 589); Green value is 112 (44.14% from 255 or 19.02% from 589); Blue value is 250 (98.05% from 255 or 42.44% from 589); Max value from RGB is 250 - color contains mainly: blue. Hex color #E370FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E370FA is #1C8F05. Grayscale: #A1A1A1. Windows color (decimal): -1871622 or 16412899. OLE color: 16412899.

HSL color Cylindrical-coordinate representation of color #E370FA: hue angle of 290º degrees, saturation: 0.93, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #E370FA is Cyan = 0.09, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 227 112 250 -
CMYK 0.09 0.55 0 0.02
HSL 290º 0.93% 0.71% -
HSV(B) 290º 0.55% 0.98% -
XYZ 54.73 34.82 94.28 -
YUV 162.12 177.6 174.28 -
System Red Green Blue C M Y K H S L
Decimal 227 112 250 0.09 0.55 0 0.02 290 0.93 0.71
Hex E3 70 FA 9 37 0 2 122 5D 47
Octal 343 160 372 11 67 0 2 442 135 107
Binary 11100011 1110000 11111010 1001 110111 0 10 100100010 1011101 1000111

Color Harmonies of #E370FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E370FA

Black with #E370FA

Text Example


Text Example

White with #E370FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E370FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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