#EA69FB

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

Shades of Heliotrope #EA69FB

Tints of Heliotrope #EA69FB

Color information

#EA69FB (or 0xEA69FB) is unknown color: approx Heliotrope. HEX triplet: EA, 69 and FB. RGB value is (234,105,251). Sum of RGB (Red+Green+Blue) = 234+105+251=590 (78% of max value = 765). Red value is 234 (91.80% from 255 or 39.66% from 590); Green value is 105 (41.41% from 255 or 17.80% from 590); Blue value is 251 (98.44% from 255 or 42.54% from 590); Max value from RGB is 251 - color contains mainly: blue. Hex color #EA69FB is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EA69FB is #159604. Grayscale: #9F9F9F. Windows color (decimal): -1414661 or 16476650. OLE color: 16476650.

HSL color Cylindrical-coordinate representation of color #EA69FB: hue angle of 293.01º 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 #EA69FB is Cyan = 0.07, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB234105251-
CMYK0.070.5800.02
HSL293.01º94.81%69.8%-
HSV(B)293.01º58.17%98.43%-
XYZ56.434.5694.97-
YUV160.22179.24180.63-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 39.66%
GREEN value IS 105 (41.41% from 255) = 17.80%
BLUE value IS 251 (98.44% from 255) = 42.54%
R=39.66%
G=17.80%
B=42.54%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2341052510.070.5800.02293.0194.8169.8
HexEA69FB73A021255f46
Octal35215137377202445137106
Binary1110101011010011111101111111101001010010010110111111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA69FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA69FB; }

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

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

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

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

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

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

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

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