Html Css Color HEX #E482FE Heliotrope

📋 copy color: '#E482FE'

red 228 ◦ green 130 ◦ blue 254

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

Shades of Heliotrope #E482FE

Tints of Heliotrope #E482FE

RGB

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

 GREEN value IS 130 (51.17% from 255) = 21.24%

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

R = 37.25%
G = 21.24%
B = 41.5%

CMYK

 C value IS 0.10

 M value IS 0.49

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#E482FE (or 0xE482FE) is known color: Heliotrope. HEX triplet: E4, 82 and FE. RGB value is (228,130,254). Sum of RGB (Red+Green+Blue) = 228+130+254=612 (81% of max value = 765). Red value is 228 (89.45% from 255 or 37.25% from 612); Green value is 130 (51.17% from 255 or 21.24% from 612); Blue value is 254 (99.61% from 255 or 41.50% from 612); Max value from RGB is 254 - color contains mainly: blue. Hex color #E482FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E482FE is #1B7D01. Grayscale: #ADADAD. Windows color (decimal): -1801474 or 16679652. OLE color: 16679652.

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

Color convert

RGB 228 130 254 -
CMYK 0.10 0.49 0 0.00
HSL 287.42º 0.98% 0.75% -
HSV(B) 287.42º 0.49% 1% -
XYZ 57.87 39.62 98.36 -
YUV 173.44 173.47 166.92 -
System Red Green Blue C M Y K H S L
Decimal 228 130 254 0.10 0.49 0 0.00 287.42 0.98 0.75
Hex E4 82 FE A 31 0 0 11F 62 4B
Octal 344 202 376 12 61 0 0 437 142 113
Binary 11100100 10000010 11111110 1010 110001 0 0 100011111 1100010 1001011

Color Harmonies of #E482FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E482FE

Black with #E482FE

Text Example


Text Example

White with #E482FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E482FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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