Html Css Color HEX #E14FFB Heliotrope

📋 copy color: '#E14FFB'

red 225 ◦ green 79 ◦ blue 251

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

Shades of Heliotrope #E14FFB

Tints of Heliotrope #E14FFB

RGB

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

 GREEN value IS 79 (31.25% from 255) = 14.23%

 BLUE value IS 251 (98.44% from 255) = 45.23%

R = 40.54%
G = 14.23%
B = 45.23%

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

#E14FFB (or 0xE14FFB) is known color: Heliotrope. HEX triplet: E1, 4F and FB. RGB value is (225,79,251). Sum of RGB (Red+Green+Blue) = 225+79+251=555 (73% of max value = 765). Red value is 225 (88.28% from 255 or 40.54% from 555); Green value is 79 (31.25% from 255 or 14.23% from 555); Blue value is 251 (98.44% from 255 or 45.23% from 555); Max value from RGB is 251 - color contains mainly: blue. Hex color #E14FFB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E14FFB is #1EB004. Grayscale: #8D8D8D. Windows color (decimal): -2011141 or 16469985. OLE color: 16469985.

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

Color convert

RGB 225 79 251 -
CMYK 0.10 0.69 0 0.02
HSL 290.93º 0.96% 0.65% -
HSV(B) 290.93º 0.69% 0.98% -
XYZ 51.26 28.56 94.08 -
YUV 142.26 189.37 187.01 -
System Red Green Blue C M Y K H S L
Decimal 225 79 251 0.10 0.69 0 0.02 290.93 0.96 0.65
Hex E1 4F FB A 45 0 2 123 60 41
Octal 341 117 373 12 105 0 2 443 140 101
Binary 11100001 1001111 11111011 1010 1000101 0 10 100100011 1100000 1000001

Color Harmonies of #E14FFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E14FFB

Black with #E14FFB

Text Example


Text Example

White with #E14FFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E14FFB; }

 p { color: rgb(225,79,251); }

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

background-color css

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

 a { background-color: rgb(225,79,251); }

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

border-color css

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

 span { border-color: rgb(225,79,251); }

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