#EF3B7D

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

Shades of Violet Red #EF3B7D

Tints of Violet Red #EF3B7D

Color information

#EF3B7D (or 0xEF3B7D) is unknown color: approx Violet Red. HEX triplet: EF, 3B and 7D. RGB value is (239,59,125). Sum of RGB (Red+Green+Blue) = 239+59+125=423 (56% of max value = 765). Red value is 239 (93.75% from 255 or 56.50% from 423); Green value is 59 (23.44% from 255 or 13.95% from 423); Blue value is 125 (49.22% from 255 or 29.55% from 423); Max value from RGB is 239 - color contains mainly: red. Hex color #EF3B7D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EF3B7D is #10C482. Grayscale: #787878. Windows color (decimal): -1098883 or 8207343. OLE color: 8207343.

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

Color convert

RGB23959125-
CMYK00.750.480.06
HSL338º84.91%58.43%-
HSV(B)338º75.31%93.73%-
XYZ40.8622.9621.68-
YUV120.34130.63212.63-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 56.50%
GREEN value IS 59 (23.44% from 255) = 13.95%
BLUE value IS 125 (49.22% from 255) = 29.55%
R=56.50%
G=13.95%
B=29.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.48
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2395912500.750.480.0633884.9158.43
HexEF3B7D04B306152553a
Octal35773175011360652212572
Binary111011111110111111101010010111100001101010100101010101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF3B7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF3B7D; }

 p { color: rgb(239,59,125); }

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

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

 a { background-color: rgb(239,59,125); }

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

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

 span { border-color: rgb(239,59,125); }

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