Html Css Color HEX #E081FE Heliotrope

📋 copy color: '#E081FE'

red 224 ◦ green 129 ◦ blue 254

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

Shades of Heliotrope #E081FE

Tints of Heliotrope #E081FE

RGB

 RED value IS 224 (87.89% from 255) = 36.9%

 GREEN value IS 129 (50.78% from 255) = 21.25%

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

R = 36.9%
G = 21.25%
B = 41.85%

CMYK

 C value IS 0.12

 M value IS 0.49

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#E081FE (or 0xE081FE) is known color: Heliotrope. HEX triplet: E0, 81 and FE. RGB value is (224,129,254). Sum of RGB (Red+Green+Blue) = 224+129+254=607 (80% of max value = 765). Red value is 224 (87.89% from 255 or 36.90% from 607); Green value is 129 (50.78% from 255 or 21.25% from 607); Blue value is 254 (99.61% from 255 or 41.85% from 607); Max value from RGB is 254 - color contains mainly: blue. Hex color #E081FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E081FE is #1F7E01. Grayscale: #ABABAB. Windows color (decimal): -2063874 or 16679392. OLE color: 16679392.

HSL color Cylindrical-coordinate representation of color #E081FE: hue angle of 285.6º 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 #E081FE is Cyan = 0.12, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 224 129 254 -
CMYK 0.12 0.49 0 0.00
HSL 285.6º 0.98% 0.75% -
HSV(B) 285.6º 0.49% 1% -
XYZ 56.48 38.7 98.26 -
YUV 171.66 174.47 165.34 -
System Red Green Blue C M Y K H S L
Decimal 224 129 254 0.12 0.49 0 0.00 285.6 0.98 0.75
Hex E0 81 FE C 31 0 0 11E 62 4B
Octal 340 201 376 14 61 0 0 436 142 113
Binary 11100000 10000001 11111110 1100 110001 0 0 100011110 1100010 1001011

Color Harmonies of #E081FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E081FE

Black with #E081FE

Text Example


Text Example

White with #E081FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E081FE; }

 p { color: rgb(224,129,254); }

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

background-color css

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

 a { background-color: rgb(224,129,254); }

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

border-color css

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

 span { border-color: rgb(224,129,254); }

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