Html Css Color HEX #E055FD Heliotrope

📋 copy color: '#E055FD'

red 224 ◦ green 85 ◦ blue 253

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

Shades of Heliotrope #E055FD

Tints of Heliotrope #E055FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 45.02%

R = 39.86%
G = 15.12%
B = 45.02%

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

#E055FD (or 0xE055FD) is known color: Heliotrope. HEX triplet: E0, 55 and FD. RGB value is (224,85,253). Sum of RGB (Red+Green+Blue) = 224+85+253=562 (74% of max value = 765). Red value is 224 (87.89% from 255 or 39.86% from 562); Green value is 85 (33.59% from 255 or 15.12% from 562); Blue value is 253 (99.22% from 255 or 45.02% from 562); Max value from RGB is 253 - color contains mainly: blue. Hex color #E055FD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E055FD is #1FAA02. Grayscale: #919191. Windows color (decimal): -2075139 or 16602592. OLE color: 16602592.

HSL color Cylindrical-coordinate representation of color #E055FD: hue angle of 289.64º degrees, saturation: 0.98, 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 #E055FD is Cyan = 0.11, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 224 85 253 -
CMYK 0.11 0.66 0 0.01
HSL 289.64º 0.98% 0.66% -
HSV(B) 289.64º 0.66% 0.99% -
XYZ 51.72 29.44 95.88 -
YUV 145.71 188.55 183.84 -
System Red Green Blue C M Y K H S L
Decimal 224 85 253 0.11 0.66 0 0.01 289.64 0.98 0.66
Hex E0 55 FD B 42 0 1 122 62 42
Octal 340 125 375 13 102 0 1 442 142 102
Binary 11100000 1010101 11111101 1011 1000010 0 1 100100010 1100010 1000010

Color Harmonies of #E055FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E055FD

Black with #E055FD

Text Example


Text Example

White with #E055FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E055FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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