Html Css Color HEX #E058FD Heliotrope

📋 copy color: '#E058FD'

red 224 ◦ green 88 ◦ blue 253

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

Shades of Heliotrope #E058FD

Tints of Heliotrope #E058FD

RGB

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

 GREEN value IS 88 (34.77% from 255) = 15.58%

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

R = 39.65%
G = 15.58%
B = 44.78%

CMYK

 C value IS 0.11

 M value IS 0.65

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#E058FD (or 0xE058FD) is known color: Heliotrope. HEX triplet: E0, 58 and FD. RGB value is (224,88,253). Sum of RGB (Red+Green+Blue) = 224+88+253=565 (74% of max value = 765). Red value is 224 (87.89% from 255 or 39.65% from 565); Green value is 88 (34.77% from 255 or 15.58% from 565); Blue value is 253 (99.22% from 255 or 44.78% from 565); Max value from RGB is 253 - color contains mainly: blue. Hex color #E058FD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E058FD is #1FA702. Grayscale: #929292. Windows color (decimal): -2074371 or 16603360. OLE color: 16603360.

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

Color convert

RGB 224 88 253 -
CMYK 0.11 0.65 0 0.01
HSL 289.45º 0.98% 0.67% -
HSV(B) 289.45º 0.65% 0.99% -
XYZ 51.96 29.92 95.96 -
YUV 147.47 187.56 182.58 -
System Red Green Blue C M Y K H S L
Decimal 224 88 253 0.11 0.65 0 0.01 289.45 0.98 0.67
Hex E0 58 FD B 41 0 1 121 62 43
Octal 340 130 375 13 101 0 1 441 142 103
Binary 11100000 1011000 11111101 1011 1000001 0 1 100100001 1100010 1000011

Color Harmonies of #E058FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E058FD

Black with #E058FD

Text Example


Text Example

White with #E058FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E058FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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