Html Css Color HEX #E048FF Heliotrope

📋 copy color: '#E048FF'

red 224 ◦ green 72 ◦ blue 255

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

Shades of Heliotrope #E048FF

Tints of Heliotrope #E048FF

RGB

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

 GREEN value IS 72 (28.52% from 255) = 13.07%

 BLUE value IS 255 (100% from 255) = 46.28%

R = 40.65%
G = 13.07%
B = 46.28%

CMYK

 C value IS 0.12

 M value IS 0.72

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#E048FF (or 0xE048FF) is known color: Heliotrope. HEX triplet: E0, 48 and FF. RGB value is (224,72,255). Sum of RGB (Red+Green+Blue) = 224+72+255=551 (72% of max value = 765). Red value is 224 (87.89% from 255 or 40.65% from 551); Green value is 72 (28.52% from 255 or 13.07% from 551); Blue value is 255 (100% from 255 or 46.28% from 551); Max value from RGB is 255 - color contains mainly: blue. Hex color #E048FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E048FF is #1FB700. Grayscale: #898989. Windows color (decimal): -2078465 or 16730336. OLE color: 16730336.

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

Color convert

RGB 224 72 255 -
CMYK 0.12 0.72 0 0
HSL 289.84º 1% 0.64% -
HSV(B) 289.84º 0.72% 1% -
XYZ 51.11 27.7 97.26 -
YUV 138.31 193.86 189.12 -
System Red Green Blue C M Y K H S L
Decimal 224 72 255 0.12 0.72 0 0 289.84 1 0.64
Hex E0 48 FF C 48 0 0 122 64 40
Octal 340 110 377 14 110 0 0 442 144 100
Binary 11100000 1001000 11111111 1100 1001000 0 0 100100010 1100100 1000000

Color Harmonies of #E048FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E048FF

Black with #E048FF

Text Example


Text Example

White with #E048FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E048FF; }

 p { color: rgb(224,72,255); }

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

background-color css

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

 a { background-color: rgb(224,72,255); }

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

border-color css

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

 span { border-color: rgb(224,72,255); }

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