#EF4697

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

Shades of Violet Red #EF4697

Tints of Violet Red #EF4697

Color information

#EF4697 (or 0xEF4697) is unknown color: approx Violet Red. HEX triplet: EF, 46 and 97. RGB value is (239,70,151). Sum of RGB (Red+Green+Blue) = 239+70+151=460 (60% of max value = 765). Red value is 239 (93.75% from 255 or 51.96% from 460); Green value is 70 (27.73% from 255 or 15.22% from 460); Blue value is 151 (59.38% from 255 or 32.83% from 460); Max value from RGB is 239 - color contains mainly: red. Hex color #EF4697 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EF4697 is #10B968. Grayscale: #818181. Windows color (decimal): -1096041 or 9914095. OLE color: 9914095.

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

Color convert

RGB23970151-
CMYK00.710.370.06
HSL331.24º84.08%60.59%-
HSV(B)331.24º70.71%93.73%-
XYZ43.3724.9731.81-
YUV129.76139.99205.91-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 51.96%
GREEN value IS 70 (27.73% from 255) = 15.22%
BLUE value IS 151 (59.38% from 255) = 32.83%
R=51.96%
G=15.22%
B=32.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.37
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2397015100.710.370.06331.2484.0860.59
HexEF469704725614b543d
Octal357106227010745651312475
Binary11101111100011010010111010001111001011101010010111010100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF4697

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF4697; }

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

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

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

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

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

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

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

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