#E672FC

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

Shades of Heliotrope #E672FC

Tints of Heliotrope #E672FC

Color information

#E672FC (or 0xE672FC) is unknown color: approx Heliotrope. HEX triplet: E6, 72 and FC. RGB value is (230,114,252). Sum of RGB (Red+Green+Blue) = 230+114+252=596 (78% of max value = 765). Red value is 230 (90.23% from 255 or 38.59% from 596); Green value is 114 (44.92% from 255 or 19.13% from 596); Blue value is 252 (98.83% from 255 or 42.28% from 596); Max value from RGB is 252 - color contains mainly: blue. Hex color #E672FC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E672FC is #198D03. Grayscale: #A3A3A3. Windows color (decimal): -1674500 or 16544486. OLE color: 16544486.

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

Color convert

RGB230114252-
CMYK0.090.5500.01
HSL290.43º95.83%71.76%-
HSV(B)290.43º54.76%98.82%-
XYZ56.2235.8996.06-
YUV164.42177.43174.78-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 38.59%
GREEN value IS 114 (44.92% from 255) = 19.13%
BLUE value IS 252 (98.83% from 255) = 42.28%
R=38.59%
G=19.13%
B=42.28%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2301142520.090.5500.01290.4395.8371.76
HexE672FC937011226048
Octal346162374116701442140110
Binary1110011011100101111110010011101110110010001011000001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E672FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E672FC; }

 p { color: rgb(230,114,252); }

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

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

 a { background-color: rgb(230,114,252); }

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

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

 span { border-color: rgb(230,114,252); }

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