#EB72A0

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

Shades of Pale Violet Red #EB72A0

Tints of Pale Violet Red #EB72A0

Color information

#EB72A0 (or 0xEB72A0) is unknown color: approx Pale Violet Red. HEX triplet: EB, 72 and A0. RGB value is (235,114,160). Sum of RGB (Red+Green+Blue) = 235+114+160=509 (67% of max value = 765). Red value is 235 (92.19% from 255 or 46.17% from 509); Green value is 114 (44.92% from 255 or 22.40% from 509); Blue value is 160 (62.89% from 255 or 31.43% from 509); Max value from RGB is 235 - color contains mainly: red. Hex color #EB72A0 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EB72A0 is #148D5F. Grayscale: #9B9B9B. Windows color (decimal): -1346912 or 10515179. OLE color: 10515179.

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

Color convert

RGB235114160-
CMYK00.510.320.08
HSL337.19º75.16%68.43%-
HSV(B)337.19º51.49%92.16%-
XYZ46.6232.2337.02-
YUV155.42130.59184.76-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 46.17%
GREEN value IS 114 (44.92% from 255) = 22.40%
BLUE value IS 160 (62.89% from 255) = 31.43%
R=46.17%
G=22.40%
B=31.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.32
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23511416000.510.320.08337.1975.1668.43
HexEB72A00332081514b44
Octal3531622400634010521113104
Binary111010111110010101000000110011100000100010101000110010111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB72A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB72A0; }

 p { color: rgb(235,114,160); }

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

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

 a { background-color: rgb(235,114,160); }

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

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

 span { border-color: rgb(235,114,160); }

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