#EB7DFD

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

Shades of Heliotrope #EB7DFD

Tints of Heliotrope #EB7DFD

Color information

#EB7DFD (or 0xEB7DFD) is unknown color: approx Heliotrope. HEX triplet: EB, 7D and FD. RGB value is (235,125,253). Sum of RGB (Red+Green+Blue) = 235+125+253=613 (81% of max value = 765). Red value is 235 (92.19% from 255 or 38.34% from 613); Green value is 125 (49.22% from 255 or 20.39% from 613); Blue value is 253 (99.22% from 255 or 41.27% from 613); Max value from RGB is 253 - color contains mainly: blue. Hex color #EB7DFD is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EB7DFD is #148202. Grayscale: #ACACAC. Windows color (decimal): -1344003 or 16612843. OLE color: 16612843.

HSL color Cylindrical-coordinate representation of color #EB7DFD: hue angle of 291.56º degrees, saturation: 0.97, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #EB7DFD is Cyan = 0.07, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB235125253-
CMYK0.070.5100.01
HSL291.56º96.97%74.12%-
HSV(B)291.56º50.59%99.22%-
XYZ59.3239.4297.41-
YUV172.48173.44172.59-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 38.34%
GREEN value IS 125 (49.22% from 255) = 20.39%
BLUE value IS 253 (99.22% from 255) = 41.27%
R=38.34%
G=20.39%
B=41.27%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2351252530.070.5100.01291.5696.9774.12
HexEB7DFD73301124614a
Octal35317537576301444141112
Binary111010111111101111111011111100110110010010011000011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB7DFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB7DFD; }

 p { color: rgb(235,125,253); }

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

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

 a { background-color: rgb(235,125,253); }

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

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

 span { border-color: rgb(235,125,253); }

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