Html Css Color HEX #E14EFD Heliotrope

📋 copy color: '#E14EFD'

red 225 ◦ green 78 ◦ blue 253

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

Shades of Heliotrope #E14EFD

Tints of Heliotrope #E14EFD

RGB

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

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

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

R = 40.47%
G = 14.03%
B = 45.5%

CMYK

 C value IS 0.11

 M value IS 0.69

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#E14EFD (or 0xE14EFD) is known color: Heliotrope. HEX triplet: E1, 4E and FD. RGB value is (225,78,253). Sum of RGB (Red+Green+Blue) = 225+78+253=556 (73% of max value = 765). Red value is 225 (88.28% from 255 or 40.47% from 556); Green value is 78 (30.86% from 255 or 14.03% from 556); Blue value is 253 (99.22% from 255 or 45.50% from 556); Max value from RGB is 253 - color contains mainly: blue. Hex color #E14EFD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E14EFD is #1EB102. Grayscale: #8D8D8D. Windows color (decimal): -2011395 or 16600801. OLE color: 16600801.

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

Color convert

RGB 225 78 253 -
CMYK 0.11 0.69 0 0.01
HSL 290.4º 0.98% 0.65% -
HSV(B) 290.4º 0.69% 0.99% -
XYZ 51.51 28.55 95.72 -
YUV 141.9 190.7 187.27 -
System Red Green Blue C M Y K H S L
Decimal 225 78 253 0.11 0.69 0 0.01 290.4 0.98 0.65
Hex E1 4E FD B 45 0 1 122 62 41
Octal 341 116 375 13 105 0 1 442 142 101
Binary 11100001 1001110 11111101 1011 1000101 0 1 100100010 1100010 1000001

Color Harmonies of #E14EFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E14EFD

Black with #E14EFD

Text Example


Text Example

White with #E14EFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E14EFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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