Html Css Color HEX #E061EF Heliotrope

📋 copy color: '#E061EF'

red 224 ◦ green 97 ◦ blue 239

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

Shades of Heliotrope #E061EF

Tints of Heliotrope #E061EF

RGB

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

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

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

R = 40%
G = 17.32%
B = 42.68%

CMYK

 C value IS 0.06

 M value IS 0.59

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#E061EF (or 0xE061EF) is known color: Heliotrope. HEX triplet: E0, 61 and EF. RGB value is (224,97,239). Sum of RGB (Red+Green+Blue) = 224+97+239=560 (74% of max value = 765). Red value is 224 (87.89% from 255 or 40% from 560); Green value is 97 (38.28% from 255 or 17.32% from 560); Blue value is 239 (93.75% from 255 or 42.68% from 560); Max value from RGB is 239 - color contains mainly: blue. Hex color #E061EF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E061EF is #1F9E10. Grayscale: #969696. Windows color (decimal): -2072081 or 15688160. OLE color: 15688160.

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

Color convert

RGB 224 97 239 -
CMYK 0.06 0.59 0 0.06
HSL 293.66º 0.82% 0.66% -
HSV(B) 293.66º 0.59% 0.94% -
XYZ 50.6 30.63 84.91 -
YUV 151.16 177.58 179.95 -
System Red Green Blue C M Y K H S L
Decimal 224 97 239 0.06 0.59 0 0.06 293.66 0.82 0.66
Hex E0 61 EF 6 3B 0 6 126 52 42
Octal 340 141 357 6 73 0 6 446 122 102
Binary 11100000 1100001 11101111 110 111011 0 110 100100110 1010010 1000010

Color Harmonies of #E061EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E061EF

Black with #E061EF

Text Example


Text Example

White with #E061EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E061EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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