Html Css Color HEX #E04AFE Heliotrope

📋 copy color: '#E04AFE'

red 224 ◦ green 74 ◦ blue 254

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

Shades of Heliotrope #E04AFE

Tints of Heliotrope #E04AFE

RGB

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

 GREEN value IS 74 (29.3% from 255) = 13.41%

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

R = 40.58%
G = 13.41%
B = 46.01%

CMYK

 C value IS 0.12

 M value IS 0.71

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#E04AFE (or 0xE04AFE) is known color: Heliotrope. HEX triplet: E0, 4A and FE. RGB value is (224,74,254). Sum of RGB (Red+Green+Blue) = 224+74+254=552 (73% of max value = 765). Red value is 224 (87.89% from 255 or 40.58% from 552); Green value is 74 (29.30% from 255 or 13.41% from 552); Blue value is 254 (99.61% from 255 or 46.01% from 552); Max value from RGB is 254 - color contains mainly: blue. Hex color #E04AFE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E04AFE is #1FB501. Grayscale: #8A8A8A. Windows color (decimal): -2077954 or 16665312. OLE color: 16665312.

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

Color convert

RGB 224 74 254 -
CMYK 0.12 0.71 0 0.00
HSL 290º 0.99% 0.64% -
HSV(B) 290º 0.71% 1% -
XYZ 51.08 27.9 96.46 -
YUV 139.37 192.7 188.36 -
System Red Green Blue C M Y K H S L
Decimal 224 74 254 0.12 0.71 0 0.00 290 0.99 0.64
Hex E0 4A FE C 47 0 0 122 63 40
Octal 340 112 376 14 107 0 0 442 143 100
Binary 11100000 1001010 11111110 1100 1000111 0 0 100100010 1100011 1000000

Color Harmonies of #E04AFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E04AFE

Black with #E04AFE

Text Example


Text Example

White with #E04AFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E04AFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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