Html Css Color HEX #E480FF Heliotrope

📋 copy color: '#E480FF'

red 228 ◦ green 128 ◦ blue 255

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

Shades of Heliotrope #E480FF

Tints of Heliotrope #E480FF

RGB

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

 GREEN value IS 128 (50.39% from 255) = 20.95%

 BLUE value IS 255 (100% from 255) = 41.73%

R = 37.32%
G = 20.95%
B = 41.73%

CMYK

 C value IS 0.11

 M value IS 0.50

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#E480FF (or 0xE480FF) is known color: Heliotrope. HEX triplet: E4, 80 and FF. RGB value is (228,128,255). Sum of RGB (Red+Green+Blue) = 228+128+255=611 (80% of max value = 765). Red value is 228 (89.45% from 255 or 37.32% from 611); Green value is 128 (50.39% from 255 or 20.95% from 611); Blue value is 255 (100% from 255 or 41.73% from 611); Max value from RGB is 255 - color contains mainly: blue. Hex color #E480FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E480FF is #1B7F00. Grayscale: #ABABAB. Windows color (decimal): -1801985 or 16744676. OLE color: 16744676.

HSL color Cylindrical-coordinate representation of color #E480FF: hue angle of 287.24º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #E480FF is Cyan = 0.11, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 228 128 255 -
CMYK 0.11 0.50 0 0
HSL 287.24º 1% 0.75% -
HSV(B) 287.24º 0.5% 1% -
XYZ 57.76 39.15 99.12 -
YUV 172.38 174.63 167.67 -
System Red Green Blue C M Y K H S L
Decimal 228 128 255 0.11 0.50 0 0 287.24 1 0.75
Hex E4 80 FF B 32 0 0 11F 64 4B
Octal 344 200 377 13 62 0 0 437 144 113
Binary 11100100 10000000 11111111 1011 110010 0 0 100011111 1100100 1001011

Color Harmonies of #E480FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E480FF

Black with #E480FF

Text Example


Text Example

White with #E480FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E480FF; }

 p { color: rgb(228,128,255); }

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

background-color css

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

 a { background-color: rgb(228,128,255); }

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

border-color css

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

 span { border-color: rgb(228,128,255); }

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