Html Css Color HEX #E15FFA Heliotrope

📋 copy color: '#E15FFA'

red 225 ◦ green 95 ◦ blue 250

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

Shades of Heliotrope #E15FFA

Tints of Heliotrope #E15FFA

RGB

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

 GREEN value IS 95 (37.5% from 255) = 16.67%

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

R = 39.47%
G = 16.67%
B = 43.86%

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

#E15FFA (or 0xE15FFA) is known color: Heliotrope. HEX triplet: E1, 5F and FA. RGB value is (225,95,250). Sum of RGB (Red+Green+Blue) = 225+95+250=570 (75% of max value = 765). Red value is 225 (88.28% from 255 or 39.47% from 570); Green value is 95 (37.5% from 255 or 16.67% from 570); Blue value is 250 (98.05% from 255 or 43.86% from 570); Max value from RGB is 250 - color contains mainly: blue. Hex color #E15FFA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E15FFA is #1EA005. Grayscale: #979797. Windows color (decimal): -2007046 or 16408545. OLE color: 16408545.

HSL color Cylindrical-coordinate representation of color #E15FFA: hue angle of 290.32º 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 #E15FFA is Cyan = 0.10, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 225 95 250 -
CMYK 0.10 0.62 0 0.02
HSL 290.32º 0.94% 0.68% -
HSV(B) 290.32º 0.62% 0.98% -
XYZ 52.4 31.09 93.68 -
YUV 151.54 183.57 180.4 -
System Red Green Blue C M Y K H S L
Decimal 225 95 250 0.10 0.62 0 0.02 290.32 0.94 0.68
Hex E1 5F FA A 3E 0 2 122 5E 44
Octal 341 137 372 12 76 0 2 442 136 104
Binary 11100001 1011111 11111010 1010 111110 0 10 100100010 1011110 1000100

Color Harmonies of #E15FFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E15FFA

Black with #E15FFA

Text Example


Text Example

White with #E15FFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E15FFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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