Html Css Color HEX #E05DFE Heliotrope

📋 copy color: '#E05DFE'

red 224 ◦ green 93 ◦ blue 254

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

Shades of Heliotrope #E05DFE

Tints of Heliotrope #E05DFE

RGB

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

 GREEN value IS 93 (36.72% from 255) = 16.29%

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

R = 39.23%
G = 16.29%
B = 44.48%

CMYK

 C value IS 0.12

 M value IS 0.63

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#E05DFE (or 0xE05DFE) is known color: Heliotrope. HEX triplet: E0, 5D and FE. RGB value is (224,93,254). Sum of RGB (Red+Green+Blue) = 224+93+254=571 (75% of max value = 765). Red value is 224 (87.89% from 255 or 39.23% from 571); Green value is 93 (36.72% from 255 or 16.29% from 571); Blue value is 254 (99.61% from 255 or 44.48% from 571); Max value from RGB is 254 - color contains mainly: blue. Hex color #E05DFE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E05DFE is #1FA201. Grayscale: #969696. Windows color (decimal): -2073090 or 16670176. OLE color: 16670176.

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

Color convert

RGB 224 93 254 -
CMYK 0.12 0.63 0 0.00
HSL 288.82º 0.99% 0.68% -
HSV(B) 288.82º 0.63% 1% -
XYZ 52.54 30.83 96.95 -
YUV 150.52 186.4 180.41 -
System Red Green Blue C M Y K H S L
Decimal 224 93 254 0.12 0.63 0 0.00 288.82 0.99 0.68
Hex E0 5D FE C 3F 0 0 121 63 44
Octal 340 135 376 14 77 0 0 441 143 104
Binary 11100000 1011101 11111110 1100 111111 0 0 100100001 1100011 1000100

Color Harmonies of #E05DFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E05DFE

Black with #E05DFE

Text Example


Text Example

White with #E05DFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E05DFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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