#EB72FE

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

Shades of Heliotrope #EB72FE

Tints of Heliotrope #EB72FE

Color information

#EB72FE (or 0xEB72FE) is unknown color: approx Heliotrope. HEX triplet: EB, 72 and FE. RGB value is (235,114,254). Sum of RGB (Red+Green+Blue) = 235+114+254=603 (79% of max value = 765). Red value is 235 (92.19% from 255 or 38.97% from 603); Green value is 114 (44.92% from 255 or 18.91% from 603); Blue value is 254 (99.61% from 255 or 42.12% from 603); Max value from RGB is 254 - color contains mainly: blue. Hex color #EB72FE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EB72FE is #148D01. Grayscale: #A5A5A5. Windows color (decimal): -1346818 or 16675563. OLE color: 16675563.

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

Color convert

RGB235114254-
CMYK0.070.5500.00
HSL291.86º98.59%72.16%-
HSV(B)291.86º55.12%99.61%-
XYZ58.1736.8597.81-
YUV166.14177.59177.12-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 38.97%
GREEN value IS 114 (44.92% from 255) = 18.91%
BLUE value IS 254 (99.61% from 255) = 42.12%
R=38.97%
G=18.91%
B=42.12%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2351142540.070.5500.00291.8698.5972.16
HexEB72FE737001246348
Octal35316237676700444143110
Binary111010111110010111111101111101110010010010011000111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB72FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB72FE; }

 p { color: rgb(235,114,254); }

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

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

 a { background-color: rgb(235,114,254); }

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

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

 span { border-color: rgb(235,114,254); }

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