#EB729E

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

Shades of Pale Violet Red #EB729E

Tints of Pale Violet Red #EB729E

Color information

#EB729E (or 0xEB729E) is unknown color: approx Pale Violet Red. HEX triplet: EB, 72 and 9E. RGB value is (235,114,158). Sum of RGB (Red+Green+Blue) = 235+114+158=507 (67% of max value = 765). Red value is 235 (92.19% from 255 or 46.35% from 507); Green value is 114 (44.92% from 255 or 22.49% from 507); Blue value is 158 (62.11% from 255 or 31.16% from 507); Max value from RGB is 235 - color contains mainly: red. Hex color #EB729E is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EB729E is #148D61. Grayscale: #9B9B9B. Windows color (decimal): -1346914 or 10384107. OLE color: 10384107.

HSL color Cylindrical-coordinate representation of color #EB729E: hue angle of 338.18º 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 #EB729E is Cyan = 0, Magento = 0.51, Yellow = 0.33 and Black (K on CMYK) = 0.08.

Color convert

RGB235114158-
CMYK00.510.330.08
HSL338.18º75.16%68.43%-
HSV(B)338.18º51.49%92.16%-
XYZ46.4532.1736.11-
YUV155.2129.59184.92-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 46.35%
GREEN value IS 114 (44.92% from 255) = 22.49%
BLUE value IS 158 (62.11% from 255) = 31.16%
R=46.35%
G=22.49%
B=31.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.33
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23511415800.510.330.08338.1875.1668.43
HexEB729E0332181524b44
Octal3531622360634110522113104
Binary111010111110010100111100110011100001100010101001010010111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB729E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB729E; }

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

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

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

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

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

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

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

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