#EB6BFD

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

Shades of Heliotrope #EB6BFD

Tints of Heliotrope #EB6BFD

Color information

#EB6BFD (or 0xEB6BFD) is unknown color: approx Heliotrope. HEX triplet: EB, 6B and FD. RGB value is (235,107,253). Sum of RGB (Red+Green+Blue) = 235+107+253=595 (78% of max value = 765). Red value is 235 (92.19% from 255 or 39.50% from 595); Green value is 107 (42.19% from 255 or 17.98% from 595); Blue value is 253 (99.22% from 255 or 42.52% from 595); Max value from RGB is 253 - color contains mainly: blue. Hex color #EB6BFD is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EB6BFD is #149402. Grayscale: #A1A1A1. Windows color (decimal): -1348611 or 16608235. OLE color: 16608235.

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

Color convert

RGB235107253-
CMYK0.070.5800.01
HSL292.6º97.33%70.59%-
HSV(B)292.6º57.71%99.22%-
XYZ57.2535.2796.72-
YUV161.92179.41180.13-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 39.50%
GREEN value IS 107 (42.19% from 255) = 17.98%
BLUE value IS 253 (99.22% from 255) = 42.52%
R=39.50%
G=17.98%
B=42.52%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2351072530.070.5800.01292.697.3370.59
HexEB6BFD73A011256147
Octal35315337577201445141107
Binary111010111101011111111011111110100110010010111000011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB6BFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB6BFD; }

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

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

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

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

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

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

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

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