Html Css Color HEX #E055FF Heliotrope

📋 copy color: '#E055FF'

red 224 ◦ green 85 ◦ blue 255

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

Shades of Heliotrope #E055FF

Tints of Heliotrope #E055FF

RGB

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

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

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

R = 39.72%
G = 15.07%
B = 45.21%

CMYK

 C value IS 0.12

 M value IS 0.67

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#E055FF (or 0xE055FF) is known color: Heliotrope. HEX triplet: E0, 55 and FF. RGB value is (224,85,255). Sum of RGB (Red+Green+Blue) = 224+85+255=564 (74% of max value = 765). Red value is 224 (87.89% from 255 or 39.72% from 564); Green value is 85 (33.59% from 255 or 15.07% from 564); Blue value is 255 (100% from 255 or 45.21% from 564); Max value from RGB is 255 - color contains mainly: blue. Hex color #E055FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E055FF is #1FAA00. Grayscale: #919191. Windows color (decimal): -2075137 or 16733664. OLE color: 16733664.

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

Color convert

RGB 224 85 255 -
CMYK 0.12 0.67 0 0
HSL 289.06º 1% 0.67% -
HSV(B) 289.06º 0.67% 1% -
XYZ 52.04 29.56 97.57 -
YUV 145.94 189.55 183.68 -
System Red Green Blue C M Y K H S L
Decimal 224 85 255 0.12 0.67 0 0 289.06 1 0.67
Hex E0 55 FF C 43 0 0 121 64 43
Octal 340 125 377 14 103 0 0 441 144 103
Binary 11100000 1010101 11111111 1100 1000011 0 0 100100001 1100100 1000011

Color Harmonies of #E055FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E055FF

Black with #E055FF

Text Example


Text Example

White with #E055FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E055FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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