#EB69FB

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

Shades of Heliotrope #EB69FB

Tints of Heliotrope #EB69FB

Color information

#EB69FB (or 0xEB69FB) is unknown color: approx Heliotrope. HEX triplet: EB, 69 and FB. RGB value is (235,105,251). Sum of RGB (Red+Green+Blue) = 235+105+251=591 (78% of max value = 765). Red value is 235 (92.19% from 255 or 39.76% from 591); Green value is 105 (41.41% from 255 or 17.77% from 591); Blue value is 251 (98.44% from 255 or 42.47% from 591); Max value from RGB is 251 - color contains mainly: blue. Hex color #EB69FB is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EB69FB is #149604. Grayscale: #A0A0A0. Windows color (decimal): -1349125 or 16476651. OLE color: 16476651.

HSL color Cylindrical-coordinate representation of color #EB69FB: hue angle of 293.42º degrees, saturation: 0.95, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #EB69FB is Cyan = 0.06, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB235105251-
CMYK0.060.5800.02
HSL293.42º94.81%69.8%-
HSV(B)293.42º58.17%98.43%-
XYZ56.7334.7394.98-
YUV160.51179.07181.13-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 39.76%
GREEN value IS 105 (41.41% from 255) = 17.77%
BLUE value IS 251 (98.44% from 255) = 42.47%
R=39.76%
G=17.77%
B=42.47%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2351052510.060.5800.02293.4294.8169.8
HexEB69FB63A021255f46
Octal35315137367202445137106
Binary1110101111010011111101111011101001010010010110111111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB69FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB69FB; }

 p { color: rgb(235,105,251); }

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

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

 a { background-color: rgb(235,105,251); }

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

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

 span { border-color: rgb(235,105,251); }

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