Html Css Color HEX #E05FF6 Heliotrope

📋 copy color: '#E05FF6'

red 224 ◦ green 95 ◦ blue 246

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

Shades of Heliotrope #E05FF6

Tints of Heliotrope #E05FF6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 43.54%

R = 39.65%
G = 16.81%
B = 43.54%

CMYK

 C value IS 0.09

 M value IS 0.61

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#E05FF6 (or 0xE05FF6) is known color: Heliotrope. HEX triplet: E0, 5F and F6. RGB value is (224,95,246). Sum of RGB (Red+Green+Blue) = 224+95+246=565 (74% of max value = 765). Red value is 224 (87.89% from 255 or 39.65% from 565); Green value is 95 (37.5% from 255 or 16.81% from 565); Blue value is 246 (96.48% from 255 or 43.54% from 565); Max value from RGB is 246 - color contains mainly: blue. Hex color #E05FF6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E05FF6 is #1FA009. Grayscale: #969696. Windows color (decimal): -2072586 or 16146400. OLE color: 16146400.

HSL color Cylindrical-coordinate representation of color #E05FF6: hue angle of 291.26º degrees, saturation: 0.89, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #E05FF6 is Cyan = 0.09, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 224 95 246 -
CMYK 0.09 0.61 0 0.04
HSL 291.26º 0.89% 0.67% -
HSV(B) 291.26º 0.61% 0.96% -
XYZ 51.47 30.69 90.4 -
YUV 150.79 181.74 180.22 -
System Red Green Blue C M Y K H S L
Decimal 224 95 246 0.09 0.61 0 0.04 291.26 0.89 0.67
Hex E0 5F F6 9 3D 0 4 123 59 43
Octal 340 137 366 11 75 0 4 443 131 103
Binary 11100000 1011111 11110110 1001 111101 0 100 100100011 1011001 1000011

Color Harmonies of #E05FF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E05FF6

Black with #E05FF6

Text Example


Text Example

White with #E05FF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E05FF6; }

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

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

background-color css

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

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

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

border-color css

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

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

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