#EF7BEA

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

Shades of Violet #EF7BEA

Tints of Violet #EF7BEA

Color information

#EF7BEA (or 0xEF7BEA) is unknown color: approx Violet. HEX triplet: EF, 7B and EA. RGB value is (239,123,234). Sum of RGB (Red+Green+Blue) = 239+123+234=596 (78% of max value = 765). Red value is 239 (93.75% from 255 or 40.10% from 596); Green value is 123 (48.44% from 255 or 20.64% from 596); Blue value is 234 (91.80% from 255 or 39.26% from 596); Max value from RGB is 239 - color contains mainly: red. Hex color #EF7BEA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EF7BEA is #108415. Grayscale: #AAAAAA. Windows color (decimal): -1082390 or 15367151. OLE color: 15367151.

HSL color Cylindrical-coordinate representation of color #EF7BEA: hue angle of 302.59º degrees, saturation: 0.78, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #EF7BEA is Cyan = 0, Magento = 0.49, Yellow = 0.02 and Black (K on CMYK) = 0.06.

Color convert

RGB239123234-
CMYK00.490.020.06
HSL302.59º78.38%70.98%-
HSV(B)302.59º48.54%93.73%-
XYZ57.5338.4682.23-
YUV170.34163.93176.97-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 40.10%
GREEN value IS 123 (48.44% from 255) = 20.64%
BLUE value IS 234 (91.80% from 255) = 39.26%
R=40.10%
G=20.64%
B=39.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.02
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23912323400.490.020.06302.5978.3870.98
HexEF7BEA0312612f4e47
Octal35717335206126457116107
Binary1110111111110111110101001100011011010010111110011101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF7BEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF7BEA; }

 p { color: rgb(239,123,234); }

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

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

 a { background-color: rgb(239,123,234); }

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

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

 span { border-color: rgb(239,123,234); }

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