#EB65FD

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

Shades of Heliotrope #EB65FD

Tints of Heliotrope #EB65FD

Color information

#EB65FD (or 0xEB65FD) is unknown color: approx Heliotrope. HEX triplet: EB, 65 and FD. RGB value is (235,101,253). Sum of RGB (Red+Green+Blue) = 235+101+253=589 (78% of max value = 765). Red value is 235 (92.19% from 255 or 39.90% from 589); Green value is 101 (39.84% from 255 or 17.15% from 589); Blue value is 253 (99.22% from 255 or 42.95% from 589); Max value from RGB is 253 - color contains mainly: blue. Hex color #EB65FD is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EB65FD is #149A02. Grayscale: #9D9D9D. Windows color (decimal): -1350147 or 16606699. OLE color: 16606699.

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

Color convert

RGB235101253-
CMYK0.070.6000.01
HSL292.89º97.44%69.41%-
HSV(B)292.89º60.08%99.22%-
XYZ56.6434.0696.52-
YUV158.39181.39182.64-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 39.90%
GREEN value IS 101 (39.84% from 255) = 17.15%
BLUE value IS 253 (99.22% from 255) = 42.95%
R=39.90%
G=17.15%
B=42.95%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2351012530.070.6000.01292.8997.4469.41
HexEB65FD73C011256145
Octal35314537577401445141105
Binary111010111100101111111011111111000110010010111000011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB65FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB65FD; }

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

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

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

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

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

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

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

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