#EB70FD

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

Shades of Heliotrope #EB70FD

Tints of Heliotrope #EB70FD

Color information

#EB70FD (or 0xEB70FD) is unknown color: approx Heliotrope. HEX triplet: EB, 70 and FD. RGB value is (235,112,253). Sum of RGB (Red+Green+Blue) = 235+112+253=600 (79% of max value = 765). Red value is 235 (92.19% from 255 or 39.17% from 600); Green value is 112 (44.14% from 255 or 18.67% from 600); Blue value is 253 (99.22% from 255 or 42.17% from 600); Max value from RGB is 253 - color contains mainly: blue. Hex color #EB70FD is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EB70FD is #148F02. Grayscale: #A4A4A4. Windows color (decimal): -1347331 or 16609515. OLE color: 16609515.

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

Color convert

RGB235112253-
CMYK0.070.5600.01
HSL292.34º97.24%71.57%-
HSV(B)292.34º55.73%99.22%-
XYZ57.7836.3496.9-
YUV164.85177.75178.04-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 39.17%
GREEN value IS 112 (44.14% from 255) = 18.67%
BLUE value IS 253 (99.22% from 255) = 42.17%
R=39.17%
G=18.67%
B=42.17%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2351122530.070.5600.01292.3497.2471.57
HexEB70FD738011246148
Octal35316037577001444141110
Binary111010111110000111111011111110000110010010011000011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB70FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB70FD; }

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

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

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

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

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

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

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

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