Html Css Color HEX #E16FED Heliotrope

📋 copy color: '#E16FED'

red 225 ◦ green 111 ◦ blue 237

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

Shades of Heliotrope #E16FED

Tints of Heliotrope #E16FED

RGB

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

 GREEN value IS 111 (43.75% from 255) = 19.37%

 BLUE value IS 237 (92.97% from 255) = 41.36%

R = 39.27%
G = 19.37%
B = 41.36%

CMYK

 C value IS 0.05

 M value IS 0.53

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#E16FED (or 0xE16FED) is known color: Heliotrope. HEX triplet: E1, 6F and ED. RGB value is (225,111,237). Sum of RGB (Red+Green+Blue) = 225+111+237=573 (75% of max value = 765). Red value is 225 (88.28% from 255 or 39.27% from 573); Green value is 111 (43.75% from 255 or 19.37% from 573); Blue value is 237 (92.97% from 255 or 41.36% from 573); Max value from RGB is 237 - color contains mainly: blue. Hex color #E16FED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E16FED is #1E9012. Grayscale: #9F9F9F. Windows color (decimal): -2002963 or 15560673. OLE color: 15560673.

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

Color convert

RGB 225 111 237 -
CMYK 0.05 0.53 0 0.07
HSL 294.29º 0.78% 0.68% -
HSV(B) 294.29º 0.53% 0.93% -
XYZ 52.02 33.49 83.84 -
YUV 159.45 171.77 174.75 -
System Red Green Blue C M Y K H S L
Decimal 225 111 237 0.05 0.53 0 0.07 294.29 0.78 0.68
Hex E1 6F ED 5 35 0 7 126 4E 44
Octal 341 157 355 5 65 0 7 446 116 104
Binary 11100001 1101111 11101101 101 110101 0 111 100100110 1001110 1000100

Color Harmonies of #E16FED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E16FED

Black with #E16FED

Text Example


Text Example

White with #E16FED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E16FED; }

 p { color: rgb(225,111,237); }

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

background-color css

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

 a { background-color: rgb(225,111,237); }

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

border-color css

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

 span { border-color: rgb(225,111,237); }

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