Html Css Color HEX #E16AFD Heliotrope

📋 copy color: '#E16AFD'

red 225 ◦ green 106 ◦ blue 253

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

Shades of Heliotrope #E16AFD

Tints of Heliotrope #E16AFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 43.32%

R = 38.53%
G = 18.15%
B = 43.32%

CMYK

 C value IS 0.11

 M value IS 0.58

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#E16AFD (or 0xE16AFD) is known color: Heliotrope. HEX triplet: E1, 6A and FD. RGB value is (225,106,253). Sum of RGB (Red+Green+Blue) = 225+106+253=584 (77% of max value = 765). Red value is 225 (88.28% from 255 or 38.53% from 584); Green value is 106 (41.80% from 255 or 18.15% from 584); Blue value is 253 (99.22% from 255 or 43.32% from 584); Max value from RGB is 253 - color contains mainly: blue. Hex color #E16AFD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E16AFD is #1E9502. Grayscale: #9D9D9D. Windows color (decimal): -2004227 or 16607969. OLE color: 16607969.

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

Color convert

RGB 225 106 253 -
CMYK 0.11 0.58 0 0.01
HSL 288.57º 0.97% 0.7% -
HSV(B) 288.57º 0.58% 0.99% -
XYZ 53.94 33.41 96.53 -
YUV 158.34 181.42 175.55 -
System Red Green Blue C M Y K H S L
Decimal 225 106 253 0.11 0.58 0 0.01 288.57 0.97 0.7
Hex E1 6A FD B 3A 0 1 121 61 46
Octal 341 152 375 13 72 0 1 441 141 106
Binary 11100001 1101010 11111101 1011 111010 0 1 100100001 1100001 1000110

Color Harmonies of #E16AFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E16AFD

Black with #E16AFD

Text Example


Text Example

White with #E16AFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E16AFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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