#E35DFD

Color #E35DFD Heliotrope (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Heliotrope #E35DFD

Tints of Heliotrope #E35DFD

Color information

#E35DFD (or 0xE35DFD) is unknown color: approx Heliotrope. HEX triplet: E3, 5D and FD. RGB value is (227,93,253). Sum of RGB (Red+Green+Blue) = 227+93+253=573 (75% of max value = 765). Red value is 227 (89.06% from 255 or 39.62% from 573); Green value is 93 (36.72% from 255 or 16.23% from 573); Blue value is 253 (99.22% from 255 or 44.15% from 573); Max value from RGB is 253 - color contains mainly: blue. Hex color #E35DFD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E35DFD is #1CA202. Grayscale: #969696. Windows color (decimal): -1876483 or 16604643. OLE color: 16604643.

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

Color convert

RGB22793253-
CMYK0.100.6300.01
HSL290.25º97.56%67.84%-
HSV(B)290.25º63.24%99.22%-
XYZ53.3231.2596.15-
YUV151.31185.39181.99-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 39.62%
GREEN value IS 93 (36.72% from 255) = 16.23%
BLUE value IS 253 (99.22% from 255) = 44.15%
R=39.62%
G=16.23%
B=44.15%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal227932530.100.6300.01290.2597.5667.84
HexE35DFDA3F011226244
Octal343135375127701442142104
Binary1110001110111011111110110101111110110010001011000101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E35DFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E35DFD; }

 p { color: rgb(227,93,253); }

 H1.HeaderClassName
 {
   color: #E35DFD;
 }
 .AnyTagClassName
 {
   color: #E35DFD;
 }
</style>
background-color css

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

 a { background-color: rgb(227,93,253); }

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

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

 span { border-color: rgb(227,93,253); }

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