Html Css Color HEX #E05FEF Heliotrope

📋 copy color: '#E05FEF'

red 224 ◦ green 95 ◦ blue 239

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

Shades of Heliotrope #E05FEF

Tints of Heliotrope #E05FEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 42.83%

R = 40.14%
G = 17.03%
B = 42.83%

CMYK

 C value IS 0.06

 M value IS 0.60

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#E05FEF (or 0xE05FEF) is known color: Heliotrope. HEX triplet: E0, 5F and EF. RGB value is (224,95,239). Sum of RGB (Red+Green+Blue) = 224+95+239=558 (73% of max value = 765). Red value is 224 (87.89% from 255 or 40.14% from 558); Green value is 95 (37.5% from 255 or 17.03% from 558); Blue value is 239 (93.75% from 255 or 42.83% from 558); Max value from RGB is 239 - color contains mainly: blue. Hex color #E05FEF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E05FEF is #1FA010. Grayscale: #959595. Windows color (decimal): -2072593 or 15687648. OLE color: 15687648.

HSL color Cylindrical-coordinate representation of color #E05FEF: hue angle of 293.75º degrees, saturation: 0.82, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #E05FEF is Cyan = 0.06, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 224 95 239 -
CMYK 0.06 0.60 0 0.06
HSL 293.75º 0.82% 0.65% -
HSV(B) 293.75º 0.6% 0.94% -
XYZ 50.41 30.26 84.85 -
YUV 149.99 178.24 180.79 -
System Red Green Blue C M Y K H S L
Decimal 224 95 239 0.06 0.60 0 0.06 293.75 0.82 0.65
Hex E0 5F EF 6 3C 0 6 126 52 41
Octal 340 137 357 6 74 0 6 446 122 101
Binary 11100000 1011111 11101111 110 111100 0 110 100100110 1010010 1000001

Color Harmonies of #E05FEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E05FEF

Black with #E05FEF

Text Example


Text Example

White with #E05FEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E05FEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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