Html Css Color HEX #E28AFA Heliotrope

📋 copy color: '#E28AFA'

red 226 ◦ green 138 ◦ blue 250

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

Shades of Heliotrope #E28AFA

Tints of Heliotrope #E28AFA

RGB

 RED value IS 226 (88.67% from 255) = 36.81%

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

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

R = 36.81%
G = 22.48%
B = 40.72%

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

#E28AFA (or 0xE28AFA) is known color: Heliotrope. HEX triplet: E2, 8A and FA. RGB value is (226,138,250). Sum of RGB (Red+Green+Blue) = 226+138+250=614 (81% of max value = 765). Red value is 226 (88.67% from 255 or 36.81% from 614); Green value is 138 (54.30% from 255 or 22.48% 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 #E28AFA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E28AFA is #1D7505. Grayscale: #B0B0B0. Windows color (decimal): -1930502 or 16419554. OLE color: 16419554.

HSL color Cylindrical-coordinate representation of color #E28AFA: hue angle of 287.14º 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 #E28AFA is Cyan = 0.10, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 226 138 250 -
CMYK 0.10 0.45 0 0.02
HSL 287.14º 0.92% 0.76% -
HSV(B) 287.14º 0.45% 0.98% -
XYZ 57.71 41.25 95.36 -
YUV 177.08 169.15 162.89 -
System Red Green Blue C M Y K H S L
Decimal 226 138 250 0.10 0.45 0 0.02 287.14 0.92 0.76
Hex E2 8A FA A 2D 0 2 11F 5C 4C
Octal 342 212 372 12 55 0 2 437 134 114
Binary 11100010 10001010 11111010 1010 101101 0 10 100011111 1011100 1001100

Color Harmonies of #E28AFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E28AFA

Black with #E28AFA

Text Example


Text Example

White with #E28AFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E28AFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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