Html Css Color HEX #E151FA Heliotrope

📋 copy color: '#E151FA'

red 225 ◦ green 81 ◦ blue 250

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

Shades of Heliotrope #E151FA

Tints of Heliotrope #E151FA

RGB

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

 GREEN value IS 81 (32.03% from 255) = 14.57%

 BLUE value IS 250 (98.05% from 255) = 44.96%

R = 40.47%
G = 14.57%
B = 44.96%

CMYK

 C value IS 0.10

 M value IS 0.68

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#E151FA (or 0xE151FA) is known color: Heliotrope. HEX triplet: E1, 51 and FA. RGB value is (225,81,250). Sum of RGB (Red+Green+Blue) = 225+81+250=556 (73% of max value = 765). Red value is 225 (88.28% from 255 or 40.47% from 556); Green value is 81 (32.03% from 255 or 14.57% from 556); Blue value is 250 (98.05% from 255 or 44.96% from 556); Max value from RGB is 250 - color contains mainly: blue. Hex color #E151FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E151FA is #1EAE05. Grayscale: #8E8E8E. Windows color (decimal): -2010630 or 16404961. OLE color: 16404961.

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

Color convert

RGB 225 81 250 -
CMYK 0.10 0.68 0 0.02
HSL 291.12º 0.94% 0.65% -
HSV(B) 291.12º 0.68% 0.98% -
XYZ 51.25 28.79 93.3 -
YUV 143.32 188.21 186.26 -
System Red Green Blue C M Y K H S L
Decimal 225 81 250 0.10 0.68 0 0.02 291.12 0.94 0.65
Hex E1 51 FA A 44 0 2 123 5E 41
Octal 341 121 372 12 104 0 2 443 136 101
Binary 11100001 1010001 11111010 1010 1000100 0 10 100100011 1011110 1000001

Color Harmonies of #E151FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E151FA

Black with #E151FA

Text Example


Text Example

White with #E151FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E151FA; }

 p { color: rgb(225,81,250); }

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

background-color css

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

 a { background-color: rgb(225,81,250); }

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

border-color css

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

 span { border-color: rgb(225,81,250); }

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