Html Css Color HEX #E14CFD Heliotrope

📋 copy color: '#E14CFD'

red 225 ◦ green 76 ◦ blue 253

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

Shades of Heliotrope #E14CFD

Tints of Heliotrope #E14CFD

RGB

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

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

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

R = 40.61%
G = 13.72%
B = 45.67%

CMYK

 C value IS 0.11

 M value IS 0.70

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#E14CFD (or 0xE14CFD) is known color: Heliotrope. HEX triplet: E1, 4C and FD. RGB value is (225,76,253). Sum of RGB (Red+Green+Blue) = 225+76+253=554 (73% of max value = 765). Red value is 225 (88.28% from 255 or 40.61% from 554); Green value is 76 (30.08% from 255 or 13.72% from 554); Blue value is 253 (99.22% from 255 or 45.67% from 554); Max value from RGB is 253 - color contains mainly: blue. Hex color #E14CFD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E14CFD is #1EB302. Grayscale: #8C8C8C. Windows color (decimal): -2011907 or 16600289. OLE color: 16600289.

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

Color convert

RGB 225 76 253 -
CMYK 0.11 0.70 0 0.01
HSL 290.51º 0.98% 0.65% -
HSV(B) 290.51º 0.7% 0.99% -
XYZ 51.37 28.27 95.68 -
YUV 140.73 191.36 188.11 -
System Red Green Blue C M Y K H S L
Decimal 225 76 253 0.11 0.70 0 0.01 290.51 0.98 0.65
Hex E1 4C FD B 46 0 1 123 62 41
Octal 341 114 375 13 106 0 1 443 142 101
Binary 11100001 1001100 11111101 1011 1000110 0 1 100100011 1100010 1000001

Color Harmonies of #E14CFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E14CFD

Black with #E14CFD

Text Example


Text Example

White with #E14CFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E14CFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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