Html Css Color HEX #E15DFC Heliotrope

📋 copy color: '#E15DFC'

red 225 ◦ green 93 ◦ blue 252

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

Shades of Heliotrope #E15DFC

Tints of Heliotrope #E15DFC

RGB

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

 GREEN value IS 93 (36.72% from 255) = 16.32%

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

R = 39.47%
G = 16.32%
B = 44.21%

CMYK

 C value IS 0.11

 M value IS 0.63

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#E15DFC (or 0xE15DFC) is known color: Heliotrope. HEX triplet: E1, 5D and FC. RGB value is (225,93,252). Sum of RGB (Red+Green+Blue) = 225+93+252=570 (75% of max value = 765). Red value is 225 (88.28% from 255 or 39.47% from 570); Green value is 93 (36.72% from 255 or 16.32% from 570); Blue value is 252 (98.83% from 255 or 44.21% from 570); Max value from RGB is 252 - color contains mainly: blue. Hex color #E15DFC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E15DFC is #1EA203. Grayscale: #969696. Windows color (decimal): -2007556 or 16539105. OLE color: 16539105.

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

Color convert

RGB 225 93 252 -
CMYK 0.11 0.63 0 0.01
HSL 289.81º 0.96% 0.68% -
HSV(B) 289.81º 0.63% 0.99% -
XYZ 52.54 30.86 95.28 -
YUV 150.59 185.23 181.07 -
System Red Green Blue C M Y K H S L
Decimal 225 93 252 0.11 0.63 0 0.01 289.81 0.96 0.68
Hex E1 5D FC B 3F 0 1 122 60 44
Octal 341 135 374 13 77 0 1 442 140 104
Binary 11100001 1011101 11111100 1011 111111 0 1 100100010 1100000 1000100

Color Harmonies of #E15DFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E15DFC

Black with #E15DFC

Text Example


Text Example

White with #E15DFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E15DFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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