Html Css Color HEX #E14CFF Heliotrope

📋 copy color: '#E14CFF'

red 225 ◦ green 76 ◦ blue 255

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

Shades of Heliotrope #E14CFF

Tints of Heliotrope #E14CFF

RGB

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

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

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

R = 40.47%
G = 13.67%
B = 45.86%

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

#E14CFF (or 0xE14CFF) is known color: Heliotrope. HEX triplet: E1, 4C and FF. RGB value is (225,76,255). Sum of RGB (Red+Green+Blue) = 225+76+255=556 (73% of max value = 765). Red value is 225 (88.28% from 255 or 40.47% from 556); Green value is 76 (30.08% from 255 or 13.67% from 556); Blue value is 255 (100% from 255 or 45.86% from 556); Max value from RGB is 255 - color contains mainly: blue. Hex color #E14CFF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E14CFF is #1EB300. Grayscale: #8C8C8C. Windows color (decimal): -2011905 or 16731361. OLE color: 16731361.

HSL color Cylindrical-coordinate representation of color #E14CFF: hue angle of 289.94º 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 #E14CFF is Cyan = 0.12, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 225 76 255 -
CMYK 0.12 0.70 0 0
HSL 289.94º 1% 0.65% -
HSV(B) 289.94º 0.7% 1% -
XYZ 51.69 28.4 97.36 -
YUV 140.96 192.36 187.95 -
System Red Green Blue C M Y K H S L
Decimal 225 76 255 0.12 0.70 0 0 289.94 1 0.65
Hex E1 4C FF C 46 0 0 122 64 41
Octal 341 114 377 14 106 0 0 442 144 101
Binary 11100001 1001100 11111111 1100 1000110 0 0 100100010 1100100 1000001

Color Harmonies of #E14CFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E14CFF

Black with #E14CFF

Text Example


Text Example

White with #E14CFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E14CFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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