Html Css Color HEX #E08AFE Heliotrope

📋 copy color: '#E08AFE'

red 224 ◦ green 138 ◦ blue 254

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

Shades of Heliotrope #E08AFE

Tints of Heliotrope #E08AFE

RGB

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

 GREEN value IS 138 (54.3% from 255) = 22.4%

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

R = 36.36%
G = 22.4%
B = 41.23%

CMYK

 C value IS 0.12

 M value IS 0.46

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#E08AFE (or 0xE08AFE) is known color: Heliotrope. HEX triplet: E0, 8A and FE. RGB value is (224,138,254). Sum of RGB (Red+Green+Blue) = 224+138+254=616 (81% of max value = 765). Red value is 224 (87.89% from 255 or 36.36% from 616); Green value is 138 (54.30% from 255 or 22.40% from 616); Blue value is 254 (99.61% from 255 or 41.23% from 616); Max value from RGB is 254 - color contains mainly: blue. Hex color #E08AFE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E08AFE is #1F7501. Grayscale: #B0B0B0. Windows color (decimal): -2061570 or 16681696. OLE color: 16681696.

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

Color convert

RGB 224 138 254 -
CMYK 0.12 0.46 0 0.00
HSL 284.48º 0.98% 0.77% -
HSV(B) 284.48º 0.46% 1% -
XYZ 57.72 41.18 98.67 -
YUV 176.94 171.49 161.57 -
System Red Green Blue C M Y K H S L
Decimal 224 138 254 0.12 0.46 0 0.00 284.48 0.98 0.77
Hex E0 8A FE C 2E 0 0 11C 62 4D
Octal 340 212 376 14 56 0 0 434 142 115
Binary 11100000 10001010 11111110 1100 101110 0 0 100011100 1100010 1001101

Color Harmonies of #E08AFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E08AFE

Black with #E08AFE

Text Example


Text Example

White with #E08AFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E08AFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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