Html Css Color HEX #E05AF4 Heliotrope

📋 copy color: '#E05AF4'

red 224 ◦ green 90 ◦ blue 244

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

Shades of Heliotrope #E05AF4

Tints of Heliotrope #E05AF4

RGB

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

 GREEN value IS 90 (35.55% from 255) = 16.13%

 BLUE value IS 244 (95.7% from 255) = 43.73%

R = 40.14%
G = 16.13%
B = 43.73%

CMYK

 C value IS 0.08

 M value IS 0.63

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#E05AF4 (or 0xE05AF4) is known color: Heliotrope. HEX triplet: E0, 5A and F4. RGB value is (224,90,244). Sum of RGB (Red+Green+Blue) = 224+90+244=558 (73% of max value = 765). Red value is 224 (87.89% from 255 or 40.14% from 558); Green value is 90 (35.55% from 255 or 16.13% from 558); Blue value is 244 (95.70% from 255 or 43.73% from 558); Max value from RGB is 244 - color contains mainly: blue. Hex color #E05AF4 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E05AF4 is #1FA50B. Grayscale: #939393. Windows color (decimal): -2073868 or 16014048. OLE color: 16014048.

HSL color Cylindrical-coordinate representation of color #E05AF4: hue angle of 292.21º degrees, saturation: 0.88, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #E05AF4 is Cyan = 0.08, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 224 90 244 -
CMYK 0.08 0.63 0 0.04
HSL 292.21º 0.88% 0.65% -
HSV(B) 292.21º 0.63% 0.96% -
XYZ 50.73 29.69 88.65 -
YUV 147.62 182.39 182.48 -
System Red Green Blue C M Y K H S L
Decimal 224 90 244 0.08 0.63 0 0.04 292.21 0.88 0.65
Hex E0 5A F4 8 3F 0 4 124 58 41
Octal 340 132 364 10 77 0 4 444 130 101
Binary 11100000 1011010 11110100 1000 111111 0 100 100100100 1011000 1000001

Color Harmonies of #E05AF4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E05AF4

Black with #E05AF4

Text Example


Text Example

White with #E05AF4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E05AF4; }

 p { color: rgb(224,90,244); }

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

background-color css

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

 a { background-color: rgb(224,90,244); }

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

border-color css

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

 span { border-color: rgb(224,90,244); }

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