Html Css Color HEX #E160FA Heliotrope

📋 copy color: '#E160FA'

red 225 ◦ green 96 ◦ blue 250

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

Shades of Heliotrope #E160FA

Tints of Heliotrope #E160FA

RGB

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

 GREEN value IS 96 (37.89% from 255) = 16.81%

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

R = 39.4%
G = 16.81%
B = 43.78%

CMYK

 C value IS 0.10

 M value IS 0.62

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#E160FA (or 0xE160FA) is known color: Heliotrope. HEX triplet: E1, 60 and FA. RGB value is (225,96,250). Sum of RGB (Red+Green+Blue) = 225+96+250=571 (75% of max value = 765). Red value is 225 (88.28% from 255 or 39.40% from 571); Green value is 96 (37.89% from 255 or 16.81% from 571); Blue value is 250 (98.05% from 255 or 43.78% from 571); Max value from RGB is 250 - color contains mainly: blue. Hex color #E160FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E160FA is #1E9F05. Grayscale: #979797. Windows color (decimal): -2006790 or 16408801. OLE color: 16408801.

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

Color convert

RGB 225 96 250 -
CMYK 0.10 0.62 0 0.02
HSL 290.26º 0.94% 0.68% -
HSV(B) 290.26º 0.62% 0.98% -
XYZ 52.49 31.28 93.71 -
YUV 152.13 183.24 179.98 -
System Red Green Blue C M Y K H S L
Decimal 225 96 250 0.10 0.62 0 0.02 290.26 0.94 0.68
Hex E1 60 FA A 3E 0 2 122 5E 44
Octal 341 140 372 12 76 0 2 442 136 104
Binary 11100001 1100000 11111010 1010 111110 0 10 100100010 1011110 1000100

Color Harmonies of #E160FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E160FA

Black with #E160FA

Text Example


Text Example

White with #E160FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E160FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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