Html Css Color HEX #E14AFD Heliotrope

📋 copy color: '#E14AFD'

red 225 ◦ green 74 ◦ blue 253

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

Shades of Heliotrope #E14AFD

Tints of Heliotrope #E14AFD

RGB

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

 GREEN value IS 74 (29.3% from 255) = 13.41%

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

R = 40.76%
G = 13.41%
B = 45.83%

CMYK

 C value IS 0.11

 M value IS 0.71

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#E14AFD (or 0xE14AFD) is known color: Heliotrope. HEX triplet: E1, 4A and FD. RGB value is (225,74,253). Sum of RGB (Red+Green+Blue) = 225+74+253=552 (73% of max value = 765). Red value is 225 (88.28% from 255 or 40.76% from 552); Green value is 74 (29.30% from 255 or 13.41% from 552); Blue value is 253 (99.22% from 255 or 45.83% from 552); Max value from RGB is 253 - color contains mainly: blue. Hex color #E14AFD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E14AFD is #1EB502. Grayscale: #8A8A8A. Windows color (decimal): -2012419 or 16599777. OLE color: 16599777.

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

Color convert

RGB 225 74 253 -
CMYK 0.11 0.71 0 0.01
HSL 290.61º 0.98% 0.64% -
HSV(B) 290.61º 0.71% 0.99% -
XYZ 51.23 28 95.63 -
YUV 139.56 192.03 188.95 -
System Red Green Blue C M Y K H S L
Decimal 225 74 253 0.11 0.71 0 0.01 290.61 0.98 0.64
Hex E1 4A FD B 47 0 1 123 62 40
Octal 341 112 375 13 107 0 1 443 142 100
Binary 11100001 1001010 11111101 1011 1000111 0 1 100100011 1100010 1000000

Color Harmonies of #E14AFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E14AFD

Black with #E14AFD

Text Example


Text Example

White with #E14AFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E14AFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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