Html Css Color HEX #E14DFF Heliotrope

📋 copy color: '#E14DFF'

red 225 ◦ green 77 ◦ blue 255

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

Shades of Heliotrope #E14DFF

Tints of Heliotrope #E14DFF

RGB

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

 GREEN value IS 77 (30.47% from 255) = 13.82%

 BLUE value IS 255 (100% from 255) = 45.78%

R = 40.39%
G = 13.82%
B = 45.78%

CMYK

 C value IS 0.12

 M value IS 0.70

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#E14DFF (or 0xE14DFF) is known color: Heliotrope. HEX triplet: E1, 4D and FF. RGB value is (225,77,255). Sum of RGB (Red+Green+Blue) = 225+77+255=557 (73% of max value = 765). Red value is 225 (88.28% from 255 or 40.39% from 557); Green value is 77 (30.47% from 255 or 13.82% from 557); Blue value is 255 (100% from 255 or 45.78% from 557); Max value from RGB is 255 - color contains mainly: blue. Hex color #E14DFF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E14DFF is #1EB200. Grayscale: #8C8C8C. Windows color (decimal): -2011649 or 16731617. OLE color: 16731617.

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

Color convert

RGB 225 77 255 -
CMYK 0.12 0.70 0 0
HSL 289.89º 1% 0.65% -
HSV(B) 289.89º 0.7% 1% -
XYZ 51.76 28.54 97.39 -
YUV 141.54 192.03 187.53 -
System Red Green Blue C M Y K H S L
Decimal 225 77 255 0.12 0.70 0 0 289.89 1 0.65
Hex E1 4D FF C 46 0 0 122 64 41
Octal 341 115 377 14 106 0 0 442 144 101
Binary 11100001 1001101 11111111 1100 1000110 0 0 100100010 1100100 1000001

Color Harmonies of #E14DFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E14DFF

Black with #E14DFF

Text Example


Text Example

White with #E14DFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E14DFF; }

 p { color: rgb(225,77,255); }

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

background-color css

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

 a { background-color: rgb(225,77,255); }

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

border-color css

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

 span { border-color: rgb(225,77,255); }

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