#E67BF2

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

Shades of Violet #E67BF2

Tints of Violet #E67BF2

Color information

#E67BF2 (or 0xE67BF2) is unknown color: approx Violet. HEX triplet: E6, 7B and F2. RGB value is (230,123,242). Sum of RGB (Red+Green+Blue) = 230+123+242=595 (78% of max value = 765). Red value is 230 (90.23% from 255 or 38.66% from 595); Green value is 123 (48.44% from 255 or 20.67% from 595); Blue value is 242 (94.92% from 255 or 40.67% from 595); Max value from RGB is 242 - color contains mainly: blue. Hex color #E67BF2 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E67BF2 is #19840D. Grayscale: #A8A8A8. Windows color (decimal): -1672206 or 15891430. OLE color: 15891430.

HSL color Cylindrical-coordinate representation of color #E67BF2: hue angle of 293.95º degrees, saturation: 0.82, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #E67BF2 is Cyan = 0.05, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB230123242-
CMYK0.050.4900.05
HSL293.95º82.07%71.57%-
HSV(B)293.95º49.17%94.9%-
XYZ55.7437.488.29-
YUV168.56169.45171.82-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 38.66%
GREEN value IS 123 (48.44% from 255) = 20.67%
BLUE value IS 242 (94.92% from 255) = 40.67%
R=38.66%
G=20.67%
B=40.67%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2301232420.050.4900.05293.9582.0771.57
HexE67BF2531051265248
Octal34617336256105446122110
Binary11100110111101111110010101110001010110010011010100101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E67BF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E67BF2; }

 p { color: rgb(230,123,242); }

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

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

 a { background-color: rgb(230,123,242); }

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

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

 span { border-color: rgb(230,123,242); }

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