Html Css Color HEX #E16EF2 Heliotrope

📋 copy color: '#E16EF2'

red 225 ◦ green 110 ◦ blue 242

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

Shades of Heliotrope #E16EF2

Tints of Heliotrope #E16EF2

RGB

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

 GREEN value IS 110 (43.36% from 255) = 19.06%

 BLUE value IS 242 (94.92% from 255) = 41.94%

R = 38.99%
G = 19.06%
B = 41.94%

CMYK

 C value IS 0.07

 M value IS 0.55

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#E16EF2 (or 0xE16EF2) is known color: Heliotrope. HEX triplet: E1, 6E and F2. RGB value is (225,110,242). Sum of RGB (Red+Green+Blue) = 225+110+242=577 (76% of max value = 765). Red value is 225 (88.28% from 255 or 38.99% from 577); Green value is 110 (43.36% from 255 or 19.06% from 577); Blue value is 242 (94.92% from 255 or 41.94% from 577); Max value from RGB is 242 - color contains mainly: blue. Hex color #E16EF2 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E16EF2 is #1E910D. Grayscale: #9F9F9F. Windows color (decimal): -2003214 or 15888097. OLE color: 15888097.

HSL color Cylindrical-coordinate representation of color #E16EF2: hue angle of 292.27º degrees, saturation: 0.84, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #E16EF2 is Cyan = 0.07, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 225 110 242 -
CMYK 0.07 0.55 0 0.05
HSL 292.27º 0.84% 0.69% -
HSV(B) 292.27º 0.55% 0.95% -
XYZ 52.65 33.57 87.71 -
YUV 159.43 174.6 174.77 -
System Red Green Blue C M Y K H S L
Decimal 225 110 242 0.07 0.55 0 0.05 292.27 0.84 0.69
Hex E1 6E F2 7 37 0 5 124 54 45
Octal 341 156 362 7 67 0 5 444 124 105
Binary 11100001 1101110 11110010 111 110111 0 101 100100100 1010100 1000101

Color Harmonies of #E16EF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E16EF2

Black with #E16EF2

Text Example


Text Example

White with #E16EF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E16EF2; }

 p { color: rgb(225,110,242); }

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

background-color css

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

 a { background-color: rgb(225,110,242); }

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

border-color css

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

 span { border-color: rgb(225,110,242); }

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