Html Css Color HEX #E055FE Heliotrope

📋 copy color: '#E055FE'

red 224 ◦ green 85 ◦ blue 254

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

Shades of Heliotrope #E055FE

Tints of Heliotrope #E055FE

RGB

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

 GREEN value IS 85 (33.59% from 255) = 15.1%

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

R = 39.79%
G = 15.1%
B = 45.12%

CMYK

 C value IS 0.12

 M value IS 0.67

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#E055FE (or 0xE055FE) is known color: Heliotrope. HEX triplet: E0, 55 and FE. RGB value is (224,85,254). Sum of RGB (Red+Green+Blue) = 224+85+254=563 (74% of max value = 765). Red value is 224 (87.89% from 255 or 39.79% from 563); Green value is 85 (33.59% from 255 or 15.10% from 563); Blue value is 254 (99.61% from 255 or 45.12% from 563); Max value from RGB is 254 - color contains mainly: blue. Hex color #E055FE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E055FE is #1FAA01. Grayscale: #919191. Windows color (decimal): -2075138 or 16668128. OLE color: 16668128.

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

Color convert

RGB 224 85 254 -
CMYK 0.12 0.67 0 0.00
HSL 289.35º 0.99% 0.66% -
HSV(B) 289.35º 0.67% 1% -
XYZ 51.88 29.5 96.73 -
YUV 145.83 189.05 183.76 -
System Red Green Blue C M Y K H S L
Decimal 224 85 254 0.12 0.67 0 0.00 289.35 0.99 0.66
Hex E0 55 FE C 43 0 0 121 63 42
Octal 340 125 376 14 103 0 0 441 143 102
Binary 11100000 1010101 11111110 1100 1000011 0 0 100100001 1100011 1000010

Color Harmonies of #E055FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E055FE

Black with #E055FE

Text Example


Text Example

White with #E055FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E055FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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