Html Css Color HEX #E055FC Heliotrope

📋 copy color: '#E055FC'

red 224 ◦ green 85 ◦ blue 252

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

Shades of Heliotrope #E055FC

Tints of Heliotrope #E055FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 44.92%

R = 39.93%
G = 15.15%
B = 44.92%

CMYK

 C value IS 0.11

 M value IS 0.66

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#E055FC (or 0xE055FC) is known color: Heliotrope. HEX triplet: E0, 55 and FC. RGB value is (224,85,252). Sum of RGB (Red+Green+Blue) = 224+85+252=561 (74% of max value = 765). Red value is 224 (87.89% from 255 or 39.93% from 561); Green value is 85 (33.59% from 255 or 15.15% from 561); Blue value is 252 (98.83% from 255 or 44.92% from 561); Max value from RGB is 252 - color contains mainly: blue. Hex color #E055FC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E055FC is #1FAA03. Grayscale: #919191. Windows color (decimal): -2075140 or 16537056. OLE color: 16537056.

HSL color Cylindrical-coordinate representation of color #E055FC: hue angle of 289.94º degrees, saturation: 0.97, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #E055FC is Cyan = 0.11, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 224 85 252 -
CMYK 0.11 0.66 0 0.01
HSL 289.94º 0.97% 0.66% -
HSV(B) 289.94º 0.66% 0.99% -
XYZ 51.56 29.37 95.05 -
YUV 145.6 188.05 183.92 -
System Red Green Blue C M Y K H S L
Decimal 224 85 252 0.11 0.66 0 0.01 289.94 0.97 0.66
Hex E0 55 FC B 42 0 1 122 61 42
Octal 340 125 374 13 102 0 1 442 141 102
Binary 11100000 1010101 11111100 1011 1000010 0 1 100100010 1100001 1000010

Color Harmonies of #E055FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E055FC

Black with #E055FC

Text Example


Text Example

White with #E055FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E055FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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