Html Css Color HEX #E14CFA Heliotrope

📋 copy color: '#E14CFA'

red 225 ◦ green 76 ◦ blue 250

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

Shades of Heliotrope #E14CFA

Tints of Heliotrope #E14CFA

RGB

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

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

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

R = 40.83%
G = 13.79%
B = 45.37%

CMYK

 C value IS 0.10

 M value IS 0.70

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#E14CFA (or 0xE14CFA) is known color: Heliotrope. HEX triplet: E1, 4C and FA. RGB value is (225,76,250). Sum of RGB (Red+Green+Blue) = 225+76+250=551 (72% of max value = 765). Red value is 225 (88.28% from 255 or 40.83% from 551); Green value is 76 (30.08% from 255 or 13.79% from 551); Blue value is 250 (98.05% from 255 or 45.37% from 551); Max value from RGB is 250 - color contains mainly: blue. Hex color #E14CFA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E14CFA is #1EB305. Grayscale: #8B8B8B. Windows color (decimal): -2011910 or 16403681. OLE color: 16403681.

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

Color convert

RGB 225 76 250 -
CMYK 0.10 0.70 0 0.02
HSL 291.38º 0.95% 0.64% -
HSV(B) 291.38º 0.7% 0.98% -
XYZ 50.89 28.08 93.18 -
YUV 140.39 189.86 188.35 -
System Red Green Blue C M Y K H S L
Decimal 225 76 250 0.10 0.70 0 0.02 291.38 0.95 0.64
Hex E1 4C FA A 46 0 2 123 5F 40
Octal 341 114 372 12 106 0 2 443 137 100
Binary 11100001 1001100 11111010 1010 1000110 0 10 100100011 1011111 1000000

Color Harmonies of #E14CFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E14CFA

Black with #E14CFA

Text Example


Text Example

White with #E14CFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E14CFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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