#ef3d90

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

Shades of Violet Red #EF3D90

Tints of Violet Red #EF3D90

Color information

#EF3D90 (or 0xEF3D90) is unknown color: approx Violet Red. HEX triplet: EF, 3D and 90. RGB value is (239,61,144). Sum of RGB (Red+Green+Blue) = 239+61+144=444 (58% of max value = 765). Red value is 239 (93.75% from 255 or 53.83% from 444); Green value is 61 (24.22% from 255 or 13.74% from 444); Blue value is 144 (56.64% from 255 or 32.43% from 444); Max value from RGB is 239 - color contains mainly: red. Hex color #EF3D90 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EF3D90 is #10C26F. Grayscale: #7B7B7B. Windows color (decimal): -1098352 or 9453039. OLE color: 9453039.

HSL color Cylindrical-coordinate representation of color #EF3D90: hue angle of 332.02º 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 #EF3D90 is Cyan = 0, Magento = 0.74, Yellow = 0.40 and Black (K on CMYK) = 0.06.

Color convert

RGB23961144-
CMYK00.740.400.06
HSL332.02º84.76%58.82%-
HSV(B)332.02º74.48%93.73%-
XYZ42.323.728.73-
YUV123.68139.47210.25-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 53.83%
GREEN value IS 61 (24.22% from 255) = 13.74%
BLUE value IS 144 (56.64% from 255) = 32.43%
R=53.83%
G=13.74%
B=32.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.40
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2396114400.740.400.06332.0284.7658.82
HexEF3D9004A28614c553b
Octal35775220011250651412573
Binary1110111111110110010000010010101010001101010011001010101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ef3d90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ef3d90; }

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

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

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

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

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

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

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

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