#EB719C

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

Shades of Pale Violet Red #EB719C

Tints of Pale Violet Red #EB719C

Color information

#EB719C (or 0xEB719C) is unknown color: approx Pale Violet Red. HEX triplet: EB, 71 and 9C. RGB value is (235,113,156). Sum of RGB (Red+Green+Blue) = 235+113+156=504 (66% of max value = 765). Red value is 235 (92.19% from 255 or 46.63% from 504); Green value is 113 (44.53% from 255 or 22.42% from 504); Blue value is 156 (61.33% from 255 or 30.95% from 504); Max value from RGB is 235 - color contains mainly: red. Hex color #EB719C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EB719C is #148E63. Grayscale: #9A9A9A. Windows color (decimal): -1347172 or 10252779. OLE color: 10252779.

HSL color Cylindrical-coordinate representation of color #EB719C: hue angle of 338.85º degrees, saturation: 0.75, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #EB719C is Cyan = 0, Magento = 0.52, Yellow = 0.34 and Black (K on CMYK) = 0.08.

Color convert

RGB235113156-
CMYK00.520.340.08
HSL338.85º75.31%68.24%-
HSV(B)338.85º51.91%92.16%-
XYZ46.1731.8735.17-
YUV154.38128.92185.5-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 46.63%
GREEN value IS 113 (44.53% from 255) = 22.42%
BLUE value IS 156 (61.33% from 255) = 30.95%
R=46.63%
G=22.42%
B=30.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.34
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23511315600.520.340.08338.8575.3168.24
HexEB719C0342281534b44
Octal3531612340644210523113104
Binary111010111110001100111000110100100010100010101001110010111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB719C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB719C; }

 p { color: rgb(235,113,156); }

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

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

 a { background-color: rgb(235,113,156); }

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

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

 span { border-color: rgb(235,113,156); }

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