Html Css Color HEX #E14EF8 Heliotrope

📋 copy color: '#E14EF8'

red 225 ◦ green 78 ◦ blue 248

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

Shades of Heliotrope #E14EF8

Tints of Heliotrope #E14EF8

RGB

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

 GREEN value IS 78 (30.86% from 255) = 14.16%

 BLUE value IS 248 (97.27% from 255) = 45.01%

R = 40.83%
G = 14.16%
B = 45.01%

CMYK

 C value IS 0.09

 M value IS 0.69

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#E14EF8 (or 0xE14EF8) is known color: Heliotrope. HEX triplet: E1, 4E and F8. RGB value is (225,78,248). Sum of RGB (Red+Green+Blue) = 225+78+248=551 (72% of max value = 765). Red value is 225 (88.28% from 255 or 40.83% from 551); Green value is 78 (30.86% from 255 or 14.16% from 551); Blue value is 248 (97.27% from 255 or 45.01% from 551); Max value from RGB is 248 - color contains mainly: blue. Hex color #E14EF8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E14EF8 is #1EB107. Grayscale: #8C8C8C. Windows color (decimal): -2011400 or 16273121. OLE color: 16273121.

HSL color Cylindrical-coordinate representation of color #E14EF8: hue angle of 291.88º degrees, saturation: 0.92, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #E14EF8 is Cyan = 0.09, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 225 78 248 -
CMYK 0.09 0.69 0 0.03
HSL 291.88º 0.92% 0.64% -
HSV(B) 291.88º 0.69% 0.97% -
XYZ 50.72 28.23 91.58 -
YUV 141.33 188.2 187.68 -
System Red Green Blue C M Y K H S L
Decimal 225 78 248 0.09 0.69 0 0.03 291.88 0.92 0.64
Hex E1 4E F8 9 45 0 3 124 5C 40
Octal 341 116 370 11 105 0 3 444 134 100
Binary 11100001 1001110 11111000 1001 1000101 0 11 100100100 1011100 1000000

Color Harmonies of #E14EF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E14EF8

Black with #E14EF8

Text Example


Text Example

White with #E14EF8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E14EF8; }

 p { color: rgb(225,78,248); }

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

background-color css

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

 a { background-color: rgb(225,78,248); }

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

border-color css

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

 span { border-color: rgb(225,78,248); }

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