Html Css Color HEX #E14DFA Heliotrope

📋 copy color: '#E14DFA'

red 225 ◦ green 77 ◦ blue 250

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

Shades of Heliotrope #E14DFA

Tints of Heliotrope #E14DFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 45.29%

R = 40.76%
G = 13.95%
B = 45.29%

CMYK

 C value IS 0.10

 M value IS 0.69

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#E14DFA (or 0xE14DFA) is known color: Heliotrope. HEX triplet: E1, 4D and FA. RGB value is (225,77,250). Sum of RGB (Red+Green+Blue) = 225+77+250=552 (73% of max value = 765). Red value is 225 (88.28% from 255 or 40.76% from 552); Green value is 77 (30.47% from 255 or 13.95% from 552); Blue value is 250 (98.05% from 255 or 45.29% from 552); Max value from RGB is 250 - color contains mainly: blue. Hex color #E14DFA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E14DFA is #1EB205. Grayscale: #8C8C8C. Windows color (decimal): -2011654 or 16403937. OLE color: 16403937.

HSL color Cylindrical-coordinate representation of color #E14DFA: hue angle of 291.33º degrees, saturation: 0.95, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #E14DFA is Cyan = 0.10, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 225 77 250 -
CMYK 0.10 0.69 0 0.02
HSL 291.33º 0.95% 0.64% -
HSV(B) 291.33º 0.69% 0.98% -
XYZ 50.96 28.22 93.2 -
YUV 140.97 189.53 187.93 -
System Red Green Blue C M Y K H S L
Decimal 225 77 250 0.10 0.69 0 0.02 291.33 0.95 0.64
Hex E1 4D FA A 45 0 2 123 5F 40
Octal 341 115 372 12 105 0 2 443 137 100
Binary 11100001 1001101 11111010 1010 1000101 0 10 100100011 1011111 1000000

Color Harmonies of #E14DFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E14DFA

Black with #E14DFA

Text Example


Text Example

White with #E14DFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E14DFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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