#EF3D7B

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

Shades of Violet Red #EF3D7B

Tints of Violet Red #EF3D7B

Color information

#EF3D7B (or 0xEF3D7B) is unknown color: approx Violet Red. HEX triplet: EF, 3D and 7B. RGB value is (239,61,123). Sum of RGB (Red+Green+Blue) = 239+61+123=423 (56% of max value = 765). Red value is 239 (93.75% from 255 or 56.50% from 423); Green value is 61 (24.22% from 255 or 14.42% from 423); Blue value is 123 (48.44% from 255 or 29.08% from 423); Max value from RGB is 239 - color contains mainly: red. Hex color #EF3D7B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EF3D7B is #10C284. Grayscale: #797979. Windows color (decimal): -1098373 or 8076783. OLE color: 8076783.

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

Color convert

RGB23961123-
CMYK00.740.490.06
HSL339.1º84.76%58.82%-
HSV(B)339.1º74.48%93.73%-
XYZ40.8423.1221.05-
YUV121.29128.97211.96-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 56.50%
GREEN value IS 61 (24.22% from 255) = 14.42%
BLUE value IS 123 (48.44% from 255) = 29.08%
R=56.50%
G=14.42%
B=29.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.49
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2396112300.740.490.06339.184.7658.82
HexEF3D7B04A316153553b
Octal35775173011261652312573
Binary111011111111011111011010010101100011101010100111010101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF3D7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF3D7B; }

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

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

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

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

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

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

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

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