Html Css Color HEX #E14CFE Heliotrope

📋 copy color: '#E14CFE'

red 225 ◦ green 76 ◦ blue 254

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

Shades of Heliotrope #E14CFE

Tints of Heliotrope #E14CFE

RGB

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

 GREEN value IS 76 (30.08% from 255) = 13.69%

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

R = 40.54%
G = 13.69%
B = 45.77%

CMYK

 C value IS 0.11

 M value IS 0.70

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#E14CFE (or 0xE14CFE) is known color: Heliotrope. HEX triplet: E1, 4C and FE. RGB value is (225,76,254). Sum of RGB (Red+Green+Blue) = 225+76+254=555 (73% of max value = 765). Red value is 225 (88.28% from 255 or 40.54% from 555); Green value is 76 (30.08% from 255 or 13.69% from 555); Blue value is 254 (99.61% from 255 or 45.77% from 555); Max value from RGB is 254 - color contains mainly: blue. Hex color #E14CFE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E14CFE is #1EB301. Grayscale: #8C8C8C. Windows color (decimal): -2011906 or 16665825. OLE color: 16665825.

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

Color convert

RGB 225 76 254 -
CMYK 0.11 0.70 0 0.00
HSL 290.22º 0.99% 0.65% -
HSV(B) 290.22º 0.7% 1% -
XYZ 51.53 28.33 96.52 -
YUV 140.84 191.86 188.03 -
System Red Green Blue C M Y K H S L
Decimal 225 76 254 0.11 0.70 0 0.00 290.22 0.99 0.65
Hex E1 4C FE B 46 0 0 122 63 41
Octal 341 114 376 13 106 0 0 442 143 101
Binary 11100001 1001100 11111110 1011 1000110 0 0 100100010 1100011 1000001

Color Harmonies of #E14CFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E14CFE

Black with #E14CFE

Text Example


Text Example

White with #E14CFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E14CFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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