#EF6D9E

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

Shades of Pale Violet Red #EF6D9E

Tints of Pale Violet Red #EF6D9E

Color information

#EF6D9E (or 0xEF6D9E) is unknown color: approx Pale Violet Red. HEX triplet: EF, 6D and 9E. RGB value is (239,109,158). Sum of RGB (Red+Green+Blue) = 239+109+158=506 (67% of max value = 765). Red value is 239 (93.75% from 255 or 47.23% from 506); Green value is 109 (42.97% from 255 or 21.54% from 506); Blue value is 158 (62.11% from 255 or 31.23% from 506); Max value from RGB is 239 - color contains mainly: red. Hex color #EF6D9E is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF6D9E is #109261. Grayscale: #999999. Windows color (decimal): -1086050 or 10382831. OLE color: 10382831.

HSL color Cylindrical-coordinate representation of color #EF6D9E: hue angle of 337.38º degrees, saturation: 0.8, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #EF6D9E is Cyan = 0, Magento = 0.54, Yellow = 0.34 and Black (K on CMYK) = 0.06.

Color convert

RGB239109158-
CMYK00.540.340.06
HSL337.38º80.25%68.24%-
HSV(B)337.38º54.39%93.73%-
XYZ47.2431.7635.99-
YUV153.46130.57189.02-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 47.23%
GREEN value IS 109 (42.97% from 255) = 21.54%
BLUE value IS 158 (62.11% from 255) = 31.23%
R=47.23%
G=21.54%
B=31.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.34
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23910915800.540.340.06337.3880.2568.24
HexEF6D9E0362261515044
Octal357155236066426521120104
Binary11101111110110110011110011011010001011010101000110100001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF6D9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF6D9E; }

 p { color: rgb(239,109,158); }

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

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

 a { background-color: rgb(239,109,158); }

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

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

 span { border-color: rgb(239,109,158); }

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