Html Css Color HEX #E05FFE Heliotrope

📋 copy color: '#E05FFE'

red 224 ◦ green 95 ◦ blue 254

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

Shades of Heliotrope #E05FFE

Tints of Heliotrope #E05FFE

RGB

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

 GREEN value IS 95 (37.5% from 255) = 16.58%

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

R = 39.09%
G = 16.58%
B = 44.33%

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

#E05FFE (or 0xE05FFE) is known color: Heliotrope. HEX triplet: E0, 5F and FE. RGB value is (224,95,254). Sum of RGB (Red+Green+Blue) = 224+95+254=573 (75% of max value = 765). Red value is 224 (87.89% from 255 or 39.09% from 573); Green value is 95 (37.5% from 255 or 16.58% from 573); Blue value is 254 (99.61% from 255 or 44.33% from 573); Max value from RGB is 254 - color contains mainly: blue. Hex color #E05FFE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E05FFE is #1FA001. Grayscale: #979797. Windows color (decimal): -2072578 or 16670688. OLE color: 16670688.

HSL color Cylindrical-coordinate representation of color #E05FFE: hue angle of 288.68º 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 #E05FFE is Cyan = 0.12, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 224 95 254 -
CMYK 0.12 0.63 0 0.00
HSL 288.68º 0.99% 0.68% -
HSV(B) 288.68º 0.63% 1% -
XYZ 52.72 31.19 97.01 -
YUV 151.7 185.74 179.57 -
System Red Green Blue C M Y K H S L
Decimal 224 95 254 0.12 0.63 0 0.00 288.68 0.99 0.68
Hex E0 5F FE C 3F 0 0 121 63 44
Octal 340 137 376 14 77 0 0 441 143 104
Binary 11100000 1011111 11111110 1100 111111 0 0 100100001 1100011 1000100

Color Harmonies of #E05FFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E05FFE

Black with #E05FFE

Text Example


Text Example

White with #E05FFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E05FFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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