#EF469A

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

Shades of Violet Red #EF469A

Tints of Violet Red #EF469A

Color information

#EF469A (or 0xEF469A) is unknown color: approx Violet Red. HEX triplet: EF, 46 and 9A. RGB value is (239,70,154). Sum of RGB (Red+Green+Blue) = 239+70+154=463 (61% of max value = 765). Red value is 239 (93.75% from 255 or 51.62% from 463); Green value is 70 (27.73% from 255 or 15.12% from 463); Blue value is 154 (60.55% from 255 or 33.26% from 463); Max value from RGB is 239 - color contains mainly: red. Hex color #EF469A is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EF469A is #10B965. Grayscale: #818181. Windows color (decimal): -1096038 or 10110703. OLE color: 10110703.

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

Color convert

RGB23970154-
CMYK00.710.360.06
HSL330.18º84.08%60.59%-
HSV(B)330.18º70.71%93.73%-
XYZ43.6225.0633.11-
YUV130.11141.49205.67-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 51.62%
GREEN value IS 70 (27.73% from 255) = 15.12%
BLUE value IS 154 (60.55% from 255) = 33.26%
R=51.62%
G=15.12%
B=33.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.36
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2397015400.710.360.06330.1884.0860.59
HexEF469A04724614a543d
Octal357106232010744651212475
Binary11101111100011010011010010001111001001101010010101010100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF469A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF469A; }

 p { color: rgb(239,70,154); }

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

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

 a { background-color: rgb(239,70,154); }

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

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

 span { border-color: rgb(239,70,154); }

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