Html Css Color HEX #E460FE Heliotrope

📋 copy color: '#E460FE'

red 228 ◦ green 96 ◦ blue 254

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

Shades of Heliotrope #E460FE

Tints of Heliotrope #E460FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 43.94%

R = 39.45%
G = 16.61%
B = 43.94%

CMYK

 C value IS 0.10

 M value IS 0.62

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#E460FE (or 0xE460FE) is known color: Heliotrope. HEX triplet: E4, 60 and FE. RGB value is (228,96,254). Sum of RGB (Red+Green+Blue) = 228+96+254=578 (76% of max value = 765). Red value is 228 (89.45% from 255 or 39.45% from 578); Green value is 96 (37.89% from 255 or 16.61% from 578); Blue value is 254 (99.61% from 255 or 43.94% from 578); Max value from RGB is 254 - color contains mainly: blue. Hex color #E460FE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E460FE is #1B9F01. Grayscale: #989898. Windows color (decimal): -1810178 or 16670948. OLE color: 16670948.

HSL color Cylindrical-coordinate representation of color #E460FE: hue angle of 290.13º degrees, saturation: 0.99, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #E460FE is Cyan = 0.10, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 228 96 254 -
CMYK 0.10 0.62 0 0.00
HSL 290.13º 0.99% 0.69% -
HSV(B) 290.13º 0.62% 1% -
XYZ 54.07 32.02 97.1 -
YUV 153.48 184.73 181.15 -
System Red Green Blue C M Y K H S L
Decimal 228 96 254 0.10 0.62 0 0.00 290.13 0.99 0.69
Hex E4 60 FE A 3E 0 0 122 63 45
Octal 344 140 376 12 76 0 0 442 143 105
Binary 11100100 1100000 11111110 1010 111110 0 0 100100010 1100011 1000101

Color Harmonies of #E460FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E460FE

Black with #E460FE

Text Example


Text Example

White with #E460FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E460FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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