Html Css Color HEX #E460FA Heliotrope

📋 copy color: '#E460FA'

red 228 ◦ green 96 ◦ blue 250

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

Shades of Heliotrope #E460FA

Tints of Heliotrope #E460FA

RGB

 RED value IS 228 (89.45% from 255) = 39.72%

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

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

R = 39.72%
G = 16.72%
B = 43.55%

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

#E460FA (or 0xE460FA) is known color: Heliotrope. HEX triplet: E4, 60 and FA. RGB value is (228,96,250). Sum of RGB (Red+Green+Blue) = 228+96+250=574 (76% of max value = 765). Red value is 228 (89.45% from 255 or 39.72% from 574); Green value is 96 (37.89% from 255 or 16.72% from 574); Blue value is 250 (98.05% from 255 or 43.55% from 574); Max value from RGB is 250 - color contains mainly: blue. Hex color #E460FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E460FA is #1B9F05. Grayscale: #989898. Windows color (decimal): -1810182 or 16408804. OLE color: 16408804.

HSL color Cylindrical-coordinate representation of color #E460FA: hue angle of 291.43º 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 #E460FA is Cyan = 0.09, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 228 96 250 -
CMYK 0.09 0.62 0 0.02
HSL 291.43º 0.94% 0.68% -
HSV(B) 291.43º 0.62% 0.98% -
XYZ 53.43 31.76 93.76 -
YUV 153.02 182.73 181.48 -
System Red Green Blue C M Y K H S L
Decimal 228 96 250 0.09 0.62 0 0.02 291.43 0.94 0.68
Hex E4 60 FA 9 3E 0 2 123 5E 44
Octal 344 140 372 11 76 0 2 443 136 104
Binary 11100100 1100000 11111010 1001 111110 0 10 100100011 1011110 1000100

Color Harmonies of #E460FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E460FA

Black with #E460FA

Text Example


Text Example

White with #E460FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E460FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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