Html Css Color HEX #E15FFC Heliotrope

📋 copy color: '#E15FFC'

red 225 ◦ green 95 ◦ blue 252

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

Shades of Heliotrope #E15FFC

Tints of Heliotrope #E15FFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 44.06%

R = 39.34%
G = 16.61%
B = 44.06%

CMYK

 C value IS 0.11

 M value IS 0.62

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#E15FFC (or 0xE15FFC) is known color: Heliotrope. HEX triplet: E1, 5F and FC. RGB value is (225,95,252). Sum of RGB (Red+Green+Blue) = 225+95+252=572 (75% of max value = 765). Red value is 225 (88.28% from 255 or 39.34% from 572); Green value is 95 (37.5% from 255 or 16.61% from 572); Blue value is 252 (98.83% from 255 or 44.06% from 572); Max value from RGB is 252 - color contains mainly: blue. Hex color #E15FFC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E15FFC is #1EA003. Grayscale: #979797. Windows color (decimal): -2007044 or 16539617. OLE color: 16539617.

HSL color Cylindrical-coordinate representation of color #E15FFC: hue angle of 289.68º degrees, saturation: 0.96, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #E15FFC is Cyan = 0.11, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 225 95 252 -
CMYK 0.11 0.62 0 0.01
HSL 289.68º 0.96% 0.68% -
HSV(B) 289.68º 0.62% 0.99% -
XYZ 52.71 31.22 95.34 -
YUV 151.77 184.57 180.23 -
System Red Green Blue C M Y K H S L
Decimal 225 95 252 0.11 0.62 0 0.01 289.68 0.96 0.68
Hex E1 5F FC B 3E 0 1 122 60 44
Octal 341 137 374 13 76 0 1 442 140 104
Binary 11100001 1011111 11111100 1011 111110 0 1 100100010 1100000 1000100

Color Harmonies of #E15FFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E15FFC

Black with #E15FFC

Text Example


Text Example

White with #E15FFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E15FFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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