Html Css Color HEX #E08AFA Heliotrope

📋 copy color: '#E08AFA'

red 224 ◦ green 138 ◦ blue 250

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

Shades of Heliotrope #E08AFA

Tints of Heliotrope #E08AFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 40.85%

R = 36.6%
G = 22.55%
B = 40.85%

CMYK

 C value IS 0.10

 M value IS 0.45

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#E08AFA (or 0xE08AFA) is known color: Heliotrope. HEX triplet: E0, 8A and FA. RGB value is (224,138,250). Sum of RGB (Red+Green+Blue) = 224+138+250=612 (81% of max value = 765). Red value is 224 (87.89% from 255 or 36.60% from 612); Green value is 138 (54.30% from 255 or 22.55% from 612); Blue value is 250 (98.05% from 255 or 40.85% from 612); Max value from RGB is 250 - color contains mainly: blue. Hex color #E08AFA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E08AFA is #1F7505. Grayscale: #B0B0B0. Windows color (decimal): -2061574 or 16419552. OLE color: 16419552.

HSL color Cylindrical-coordinate representation of color #E08AFA: hue angle of 286.07º degrees, saturation: 0.92, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #E08AFA is Cyan = 0.10, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 224 138 250 -
CMYK 0.10 0.45 0 0.02
HSL 286.07º 0.92% 0.76% -
HSV(B) 286.07º 0.45% 0.98% -
XYZ 57.08 40.93 95.33 -
YUV 176.48 169.49 161.89 -
System Red Green Blue C M Y K H S L
Decimal 224 138 250 0.10 0.45 0 0.02 286.07 0.92 0.76
Hex E0 8A FA A 2D 0 2 11E 5C 4C
Octal 340 212 372 12 55 0 2 436 134 114
Binary 11100000 10001010 11111010 1010 101101 0 10 100011110 1011100 1001100

Color Harmonies of #E08AFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E08AFA

Black with #E08AFA

Text Example


Text Example

White with #E08AFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E08AFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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