Html Css Color HEX #E15EFD Heliotrope

📋 copy color: '#E15EFD'

red 225 ◦ green 94 ◦ blue 253

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

Shades of Heliotrope #E15EFD

Tints of Heliotrope #E15EFD

RGB

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

 GREEN value IS 94 (37.11% from 255) = 16.43%

 BLUE value IS 253 (99.22% from 255) = 44.23%

R = 39.34%
G = 16.43%
B = 44.23%

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

#E15EFD (or 0xE15EFD) is known color: Heliotrope. HEX triplet: E1, 5E and FD. RGB value is (225,94,253). Sum of RGB (Red+Green+Blue) = 225+94+253=572 (75% of max value = 765). Red value is 225 (88.28% from 255 or 39.34% from 572); Green value is 94 (37.11% from 255 or 16.43% from 572); Blue value is 253 (99.22% from 255 or 44.23% from 572); Max value from RGB is 253 - color contains mainly: blue. Hex color #E15EFD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E15EFD is #1EA102. Grayscale: #969696. Windows color (decimal): -2007299 or 16604897. OLE color: 16604897.

HSL color Cylindrical-coordinate representation of color #E15EFD: hue angle of 289.43º degrees, saturation: 0.98, 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 #E15EFD is Cyan = 0.11, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 225 94 253 -
CMYK 0.11 0.63 0 0.01
HSL 289.43º 0.98% 0.68% -
HSV(B) 289.43º 0.63% 0.99% -
XYZ 52.78 31.1 96.15 -
YUV 151.3 185.4 180.57 -
System Red Green Blue C M Y K H S L
Decimal 225 94 253 0.11 0.63 0 0.01 289.43 0.98 0.68
Hex E1 5E FD B 3F 0 1 121 62 44
Octal 341 136 375 13 77 0 1 441 142 104
Binary 11100001 1011110 11111101 1011 111111 0 1 100100001 1100010 1000100

Color Harmonies of #E15EFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E15EFD

Black with #E15EFD

Text Example


Text Example

White with #E15EFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E15EFD; }

 p { color: rgb(225,94,253); }

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

background-color css

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

 a { background-color: rgb(225,94,253); }

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

border-color css

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

 span { border-color: rgb(225,94,253); }

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