Html Css Color HEX #E080FD Heliotrope

📋 copy color: '#E080FD'

red 224 ◦ green 128 ◦ blue 253

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

Shades of Heliotrope #E080FD

Tints of Heliotrope #E080FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 41.82%

R = 37.02%
G = 21.16%
B = 41.82%

CMYK

 C value IS 0.11

 M value IS 0.49

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#E080FD (or 0xE080FD) is known color: Heliotrope. HEX triplet: E0, 80 and FD. RGB value is (224,128,253). Sum of RGB (Red+Green+Blue) = 224+128+253=605 (80% of max value = 765). Red value is 224 (87.89% from 255 or 37.02% from 605); Green value is 128 (50.39% from 255 or 21.16% from 605); Blue value is 253 (99.22% from 255 or 41.82% from 605); Max value from RGB is 253 - color contains mainly: blue. Hex color #E080FD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E080FD is #1F7F02. Grayscale: #AAAAAA. Windows color (decimal): -2064131 or 16613600. OLE color: 16613600.

HSL color Cylindrical-coordinate representation of color #E080FD: hue angle of 286.08º degrees, saturation: 0.97, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #E080FD is Cyan = 0.11, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 224 128 253 -
CMYK 0.11 0.49 0 0.01
HSL 286.08º 0.97% 0.75% -
HSV(B) 286.08º 0.49% 0.99% -
XYZ 56.19 38.38 97.37 -
YUV 170.95 174.3 165.84 -
System Red Green Blue C M Y K H S L
Decimal 224 128 253 0.11 0.49 0 0.01 286.08 0.97 0.75
Hex E0 80 FD B 31 0 1 11E 61 4B
Octal 340 200 375 13 61 0 1 436 141 113
Binary 11100000 10000000 11111101 1011 110001 0 1 100011110 1100001 1001011

Color Harmonies of #E080FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E080FD

Black with #E080FD

Text Example


Text Example

White with #E080FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E080FD; }

 p { color: rgb(224,128,253); }

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

background-color css

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

 a { background-color: rgb(224,128,253); }

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

border-color css

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

 span { border-color: rgb(224,128,253); }

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