Html Css Color HEX #E370FD Heliotrope

📋 copy color: '#E370FD'

red 227 ◦ green 112 ◦ blue 253

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

Shades of Heliotrope #E370FD

Tints of Heliotrope #E370FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 42.74%

R = 38.34%
G = 18.92%
B = 42.74%

CMYK

 C value IS 0.10

 M value IS 0.56

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#E370FD (or 0xE370FD) is known color: Heliotrope. HEX triplet: E3, 70 and FD. RGB value is (227,112,253). Sum of RGB (Red+Green+Blue) = 227+112+253=592 (78% of max value = 765). Red value is 227 (89.06% from 255 or 38.34% from 592); Green value is 112 (44.14% from 255 or 18.92% from 592); Blue value is 253 (99.22% from 255 or 42.74% from 592); Max value from RGB is 253 - color contains mainly: blue. Hex color #E370FD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E370FD is #1C8F02. Grayscale: #A2A2A2. Windows color (decimal): -1871619 or 16609507. OLE color: 16609507.

HSL color Cylindrical-coordinate representation of color #E370FD: hue angle of 288.94º degrees, saturation: 0.97, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #E370FD is Cyan = 0.10, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 227 112 253 -
CMYK 0.10 0.56 0 0.01
HSL 288.94º 0.97% 0.72% -
HSV(B) 288.94º 0.56% 0.99% -
XYZ 55.2 35.01 96.78 -
YUV 162.46 179.1 174.04 -
System Red Green Blue C M Y K H S L
Decimal 227 112 253 0.10 0.56 0 0.01 288.94 0.97 0.72
Hex E3 70 FD A 38 0 1 121 61 48
Octal 343 160 375 12 70 0 1 441 141 110
Binary 11100011 1110000 11111101 1010 111000 0 1 100100001 1100001 1001000

Color Harmonies of #E370FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E370FD

Black with #E370FD

Text Example


Text Example

White with #E370FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E370FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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