#EB70A3

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

Shades of Pale Violet Red #EB70A3

Tints of Pale Violet Red #EB70A3

Color information

#EB70A3 (or 0xEB70A3) is unknown color: approx Pale Violet Red. HEX triplet: EB, 70 and A3. RGB value is (235,112,163). Sum of RGB (Red+Green+Blue) = 235+112+163=510 (67% of max value = 765). Red value is 235 (92.19% from 255 or 46.08% from 510); Green value is 112 (44.14% from 255 or 21.96% from 510); Blue value is 163 (64.06% from 255 or 31.96% from 510); Max value from RGB is 235 - color contains mainly: red. Hex color #EB70A3 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EB70A3 is #148F5C. Grayscale: #9A9A9A. Windows color (decimal): -1347421 or 10711275. OLE color: 10711275.

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

Color convert

RGB235112163-
CMYK00.520.310.08
HSL335.12º75.46%68.04%-
HSV(B)335.12º52.34%92.16%-
XYZ46.6731.8938.35-
YUV154.59132.75185.35-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 46.08%
GREEN value IS 112 (44.14% from 255) = 21.96%
BLUE value IS 163 (64.06% from 255) = 31.96%
R=46.08%
G=21.96%
B=31.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.31
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23511216300.520.310.08335.1275.4668.04
HexEB70A30341F814f4b44
Octal3531602430643710517113104
Binary11101011111000010100011011010011111100010100111110010111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB70A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB70A3; }

 p { color: rgb(235,112,163); }

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

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

 a { background-color: rgb(235,112,163); }

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

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

 span { border-color: rgb(235,112,163); }

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