Html Css Color HEX #E360FA Heliotrope

📋 copy color: '#E360FA'

red 227 ◦ green 96 ◦ blue 250

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

Shades of Heliotrope #E360FA

Tints of Heliotrope #E360FA

RGB

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

 GREEN value IS 96 (37.89% from 255) = 16.75%

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

R = 39.62%
G = 16.75%
B = 43.63%

CMYK

 C value IS 0.09

 M value IS 0.62

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#E360FA (or 0xE360FA) is known color: Heliotrope. HEX triplet: E3, 60 and FA. RGB value is (227,96,250). Sum of RGB (Red+Green+Blue) = 227+96+250=573 (75% of max value = 765). Red value is 227 (89.06% from 255 or 39.62% from 573); Green value is 96 (37.89% from 255 or 16.75% from 573); Blue value is 250 (98.05% from 255 or 43.63% from 573); Max value from RGB is 250 - color contains mainly: blue. Hex color #E360FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E360FA is #1C9F05. Grayscale: #989898. Windows color (decimal): -1875718 or 16408803. OLE color: 16408803.

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

Color convert

RGB 227 96 250 -
CMYK 0.09 0.62 0 0.02
HSL 291.04º 0.94% 0.68% -
HSV(B) 291.04º 0.62% 0.98% -
XYZ 53.12 31.6 93.74 -
YUV 152.73 182.9 180.98 -
System Red Green Blue C M Y K H S L
Decimal 227 96 250 0.09 0.62 0 0.02 291.04 0.94 0.68
Hex E3 60 FA 9 3E 0 2 123 5E 44
Octal 343 140 372 11 76 0 2 443 136 104
Binary 11100011 1100000 11111010 1001 111110 0 10 100100011 1011110 1000100

Color Harmonies of #E360FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E360FA

Black with #E360FA

Text Example


Text Example

White with #E360FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E360FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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