Html Css Color HEX #E14AFB Heliotrope

📋 copy color: '#E14AFB'

red 225 ◦ green 74 ◦ blue 251

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

Shades of Heliotrope #E14AFB

Tints of Heliotrope #E14AFB

RGB

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

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

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

R = 40.91%
G = 13.45%
B = 45.64%

CMYK

 C value IS 0.10

 M value IS 0.71

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#E14AFB (or 0xE14AFB) is known color: Heliotrope. HEX triplet: E1, 4A and FB. RGB value is (225,74,251). Sum of RGB (Red+Green+Blue) = 225+74+251=550 (72% of max value = 765). Red value is 225 (88.28% from 255 or 40.91% from 550); Green value is 74 (29.30% from 255 or 13.45% from 550); Blue value is 251 (98.44% from 255 or 45.64% from 550); Max value from RGB is 251 - color contains mainly: blue. Hex color #E14AFB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E14AFB is #1EB504. Grayscale: #8A8A8A. Windows color (decimal): -2012421 or 16468705. OLE color: 16468705.

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

Color convert

RGB 225 74 251 -
CMYK 0.10 0.71 0 0.02
HSL 291.19º 0.96% 0.64% -
HSV(B) 291.19º 0.71% 0.98% -
XYZ 50.91 27.87 93.96 -
YUV 139.33 191.03 189.11 -
System Red Green Blue C M Y K H S L
Decimal 225 74 251 0.10 0.71 0 0.02 291.19 0.96 0.64
Hex E1 4A FB A 47 0 2 123 60 40
Octal 341 112 373 12 107 0 2 443 140 100
Binary 11100001 1001010 11111011 1010 1000111 0 10 100100011 1100000 1000000

Color Harmonies of #E14AFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E14AFB

Black with #E14AFB

Text Example


Text Example

White with #E14AFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E14AFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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