#EF469B

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

Shades of Violet Red #EF469B

Tints of Violet Red #EF469B

Color information

#EF469B (or 0xEF469B) is unknown color: approx Violet Red. HEX triplet: EF, 46 and 9B. RGB value is (239,70,155). Sum of RGB (Red+Green+Blue) = 239+70+155=464 (61% of max value = 765). Red value is 239 (93.75% from 255 or 51.51% from 464); Green value is 70 (27.73% from 255 or 15.09% from 464); Blue value is 155 (60.94% from 255 or 33.41% from 464); Max value from RGB is 239 - color contains mainly: red. Hex color #EF469B is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EF469B is #10B964. Grayscale: #828282. Windows color (decimal): -1096037 or 10176239. OLE color: 10176239.

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

Color convert

RGB23970155-
CMYK00.710.350.06
HSL329.82º84.08%60.59%-
HSV(B)329.82º70.71%93.73%-
XYZ43.725.133.55-
YUV130.22141.99205.59-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 51.51%
GREEN value IS 70 (27.73% from 255) = 15.09%
BLUE value IS 155 (60.94% from 255) = 33.41%
R=51.51%
G=15.09%
B=33.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.35
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2397015500.710.350.06329.8284.0860.59
HexEF469B04723614a543d
Octal357106233010743651212475
Binary11101111100011010011011010001111000111101010010101010100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF469B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF469B; }

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

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

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

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

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

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

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

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