#EF6499

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

Shades of Pale Violet Red #EF6499

Tints of Pale Violet Red #EF6499

Color information

#EF6499 (or 0xEF6499) is unknown color: approx Pale Violet Red. HEX triplet: EF, 64 and 99. RGB value is (239,100,153). Sum of RGB (Red+Green+Blue) = 239+100+153=492 (65% of max value = 765). Red value is 239 (93.75% from 255 or 48.58% from 492); Green value is 100 (39.45% from 255 or 20.33% from 492); Blue value is 153 (60.16% from 255 or 31.10% from 492); Max value from RGB is 239 - color contains mainly: red. Hex color #EF6499 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF6499 is #109B66. Grayscale: #939393. Windows color (decimal): -1088359 or 10052847. OLE color: 10052847.

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

Color convert

RGB239100153-
CMYK00.580.360.06
HSL337.12º81.29%66.47%-
HSV(B)337.12º58.16%93.73%-
XYZ45.929.7633.46-
YUV147.6131.05193.19-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 48.58%
GREEN value IS 100 (39.45% from 255) = 20.33%
BLUE value IS 153 (60.16% from 255) = 31.10%
R=48.58%
G=20.33%
B=31.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.36
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23910015300.580.360.06337.1281.2966.47
HexEF649903A2461515142
Octal357144231072446521121102
Binary11101111110010010011001011101010010011010101000110100011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF6499

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF6499; }

 p { color: rgb(239,100,153); }

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

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

 a { background-color: rgb(239,100,153); }

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

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

 span { border-color: rgb(239,100,153); }

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