Html Css Color HEX #E08CFA Heliotrope

📋 copy color: '#E08CFA'

red 224 ◦ green 140 ◦ blue 250

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

Shades of Heliotrope #E08CFA

Tints of Heliotrope #E08CFA

RGB

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

 GREEN value IS 140 (55.08% from 255) = 22.8%

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

R = 36.48%
G = 22.8%
B = 40.72%

CMYK

 C value IS 0.10

 M value IS 0.44

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#E08CFA (or 0xE08CFA) is known color: Heliotrope. HEX triplet: E0, 8C and FA. RGB value is (224,140,250). Sum of RGB (Red+Green+Blue) = 224+140+250=614 (81% of max value = 765). Red value is 224 (87.89% from 255 or 36.48% from 614); Green value is 140 (55.08% from 255 or 22.80% from 614); Blue value is 250 (98.05% from 255 or 40.72% from 614); Max value from RGB is 250 - color contains mainly: blue. Hex color #E08CFA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E08CFA is #1F7305. Grayscale: #B1B1B1. Windows color (decimal): -2061062 or 16420064. OLE color: 16420064.

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

Color convert

RGB 224 140 250 -
CMYK 0.10 0.44 0 0.02
HSL 285.82º 0.92% 0.76% -
HSV(B) 285.82º 0.44% 0.98% -
XYZ 57.37 41.51 95.43 -
YUV 177.66 168.83 161.06 -
System Red Green Blue C M Y K H S L
Decimal 224 140 250 0.10 0.44 0 0.02 285.82 0.92 0.76
Hex E0 8C FA A 2C 0 2 11E 5C 4C
Octal 340 214 372 12 54 0 2 436 134 114
Binary 11100000 10001100 11111010 1010 101100 0 10 100011110 1011100 1001100

Color Harmonies of #E08CFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E08CFA

Black with #E08CFA

Text Example


Text Example

White with #E08CFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E08CFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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