Html Css Color HEX #E150FF Heliotrope

📋 copy color: '#E150FF'

red 225 ◦ green 80 ◦ blue 255

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

Shades of Heliotrope #E150FF

Tints of Heliotrope #E150FF

RGB

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

 GREEN value IS 80 (31.64% from 255) = 14.29%

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

R = 40.18%
G = 14.29%
B = 45.54%

CMYK

 C value IS 0.12

 M value IS 0.69

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#E150FF (or 0xE150FF) is known color: Heliotrope. HEX triplet: E1, 50 and FF. RGB value is (225,80,255). Sum of RGB (Red+Green+Blue) = 225+80+255=560 (74% of max value = 765). Red value is 225 (88.28% from 255 or 40.18% from 560); Green value is 80 (31.64% from 255 or 14.29% from 560); Blue value is 255 (100% from 255 or 45.54% from 560); Max value from RGB is 255 - color contains mainly: blue. Hex color #E150FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E150FF is #1EAF00. Grayscale: #8E8E8E. Windows color (decimal): -2010881 or 16732385. OLE color: 16732385.

HSL color Cylindrical-coordinate representation of color #E150FF: hue angle of 289.71º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #E150FF is Cyan = 0.12, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 225 80 255 -
CMYK 0.12 0.69 0 0
HSL 289.71º 1% 0.66% -
HSV(B) 289.71º 0.69% 1% -
XYZ 51.97 28.96 97.46 -
YUV 143.31 191.04 186.27 -
System Red Green Blue C M Y K H S L
Decimal 225 80 255 0.12 0.69 0 0 289.71 1 0.66
Hex E1 50 FF C 45 0 0 122 64 42
Octal 341 120 377 14 105 0 0 442 144 102
Binary 11100001 1010000 11111111 1100 1000101 0 0 100100010 1100100 1000010

Color Harmonies of #E150FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E150FF

Black with #E150FF

Text Example


Text Example

White with #E150FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E150FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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