Html Css Color HEX #E16AFE Heliotrope

📋 copy color: '#E16AFE'

red 225 ◦ green 106 ◦ blue 254

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

Shades of Heliotrope #E16AFE

Tints of Heliotrope #E16AFE

RGB

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

 GREEN value IS 106 (41.8% from 255) = 18.12%

 BLUE value IS 254 (99.61% from 255) = 43.42%

R = 38.46%
G = 18.12%
B = 43.42%

CMYK

 C value IS 0.11

 M value IS 0.58

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#E16AFE (or 0xE16AFE) is known color: Heliotrope. HEX triplet: E1, 6A and FE. RGB value is (225,106,254). Sum of RGB (Red+Green+Blue) = 225+106+254=585 (77% of max value = 765). Red value is 225 (88.28% from 255 or 38.46% from 585); Green value is 106 (41.80% from 255 or 18.12% from 585); Blue value is 254 (99.61% from 255 or 43.42% from 585); Max value from RGB is 254 - color contains mainly: blue. Hex color #E16AFE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E16AFE is #1E9501. Grayscale: #9D9D9D. Windows color (decimal): -2004226 or 16673505. OLE color: 16673505.

HSL color Cylindrical-coordinate representation of color #E16AFE: hue angle of 288.24º degrees, saturation: 0.99, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #E16AFE is Cyan = 0.11, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 225 106 254 -
CMYK 0.11 0.58 0 0.00
HSL 288.24º 0.99% 0.71% -
HSV(B) 288.24º 0.58% 1% -
XYZ 54.09 33.47 97.38 -
YUV 158.45 181.92 175.47 -
System Red Green Blue C M Y K H S L
Decimal 225 106 254 0.11 0.58 0 0.00 288.24 0.99 0.71
Hex E1 6A FE B 3A 0 0 120 63 47
Octal 341 152 376 13 72 0 0 440 143 107
Binary 11100001 1101010 11111110 1011 111010 0 0 100100000 1100011 1000111

Color Harmonies of #E16AFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E16AFE

Black with #E16AFE

Text Example


Text Example

White with #E16AFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E16AFE; }

 p { color: rgb(225,106,254); }

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

background-color css

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

 a { background-color: rgb(225,106,254); }

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

border-color css

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

 span { border-color: rgb(225,106,254); }

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