Html Css Color HEX #E164EE Heliotrope

📋 copy color: '#E164EE'

red 225 ◦ green 100 ◦ blue 238

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

Shades of Heliotrope #E164EE

Tints of Heliotrope #E164EE

RGB

 RED value IS 225 (88.28% from 255) = 39.96%

 GREEN value IS 100 (39.45% from 255) = 17.76%

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

R = 39.96%
G = 17.76%
B = 42.27%

CMYK

 C value IS 0.05

 M value IS 0.58

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#E164EE (or 0xE164EE) is known color: Heliotrope. HEX triplet: E1, 64 and EE. RGB value is (225,100,238). Sum of RGB (Red+Green+Blue) = 225+100+238=563 (74% of max value = 765). Red value is 225 (88.28% from 255 or 39.96% from 563); Green value is 100 (39.45% from 255 or 17.76% from 563); Blue value is 238 (93.36% from 255 or 42.27% from 563); Max value from RGB is 238 - color contains mainly: blue. Hex color #E164EE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E164EE is #1E9B11. Grayscale: #989898. Windows color (decimal): -2005778 or 15623393. OLE color: 15623393.

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

Color convert

RGB 225 100 238 -
CMYK 0.05 0.58 0 0.07
HSL 294.35º 0.8% 0.66% -
HSV(B) 294.35º 0.58% 0.93% -
XYZ 51.04 31.29 84.24 -
YUV 153.11 175.91 179.28 -
System Red Green Blue C M Y K H S L
Decimal 225 100 238 0.05 0.58 0 0.07 294.35 0.8 0.66
Hex E1 64 EE 5 3A 0 7 126 50 42
Octal 341 144 356 5 72 0 7 446 120 102
Binary 11100001 1100100 11101110 101 111010 0 111 100100110 1010000 1000010

Color Harmonies of #E164EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E164EE

Black with #E164EE

Text Example


Text Example

White with #E164EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E164EE; }

 p { color: rgb(225,100,238); }

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

background-color css

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

 a { background-color: rgb(225,100,238); }

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

border-color css

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

 span { border-color: rgb(225,100,238); }

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