Html Css Color HEX #E061EE Heliotrope

📋 copy color: '#E061EE'

red 224 ◦ green 97 ◦ blue 238

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

Shades of Heliotrope #E061EE

Tints of Heliotrope #E061EE

RGB

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

 GREEN value IS 97 (38.28% from 255) = 17.35%

 BLUE value IS 238 (93.36% from 255) = 42.58%

R = 40.07%
G = 17.35%
B = 42.58%

CMYK

 C value IS 0.06

 M value IS 0.59

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#E061EE (or 0xE061EE) is known color: Heliotrope. HEX triplet: E0, 61 and EE. RGB value is (224,97,238). Sum of RGB (Red+Green+Blue) = 224+97+238=559 (74% of max value = 765). Red value is 224 (87.89% from 255 or 40.07% from 559); Green value is 97 (38.28% from 255 or 17.35% from 559); Blue value is 238 (93.36% from 255 or 42.58% from 559); Max value from RGB is 238 - color contains mainly: blue. Hex color #E061EE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E061EE is #1F9E11. Grayscale: #969696. Windows color (decimal): -2072082 or 15622624. OLE color: 15622624.

HSL color Cylindrical-coordinate representation of color #E061EE: hue angle of 294.04º degrees, saturation: 0.81, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #E061EE is Cyan = 0.06, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 224 97 238 -
CMYK 0.06 0.59 0 0.07
HSL 294.04º 0.81% 0.66% -
HSV(B) 294.04º 0.59% 0.93% -
XYZ 50.45 30.57 84.13 -
YUV 151.05 177.08 180.04 -
System Red Green Blue C M Y K H S L
Decimal 224 97 238 0.06 0.59 0 0.07 294.04 0.81 0.66
Hex E0 61 EE 6 3B 0 7 126 51 42
Octal 340 141 356 6 73 0 7 446 121 102
Binary 11100000 1100001 11101110 110 111011 0 111 100100110 1010001 1000010

Color Harmonies of #E061EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E061EE

Black with #E061EE

Text Example


Text Example

White with #E061EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E061EE; }

 p { color: rgb(224,97,238); }

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

background-color css

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

 a { background-color: rgb(224,97,238); }

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

border-color css

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

 span { border-color: rgb(224,97,238); }

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