#EB70A2

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

Shades of Pale Violet Red #EB70A2

Tints of Pale Violet Red #EB70A2

Color information

#EB70A2 (or 0xEB70A2) is unknown color: approx Pale Violet Red. HEX triplet: EB, 70 and A2. RGB value is (235,112,162). Sum of RGB (Red+Green+Blue) = 235+112+162=509 (67% of max value = 765). Red value is 235 (92.19% from 255 or 46.17% from 509); Green value is 112 (44.14% from 255 or 22.00% from 509); Blue value is 162 (63.67% from 255 or 31.83% from 509); Max value from RGB is 235 - color contains mainly: red. Hex color #EB70A2 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EB70A2 is #148F5D. Grayscale: #9A9A9A. Windows color (decimal): -1347422 or 10645739. OLE color: 10645739.

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

Color convert

RGB235112162-
CMYK00.520.310.08
HSL335.61º75.46%68.04%-
HSV(B)335.61º52.34%92.16%-
XYZ46.5831.8637.88-
YUV154.48132.25185.43-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 46.17%
GREEN value IS 112 (44.14% from 255) = 22.00%
BLUE value IS 162 (63.67% from 255) = 31.83%
R=46.17%
G=22.00%
B=31.83%

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
Decimal23511216200.520.310.08335.6175.4668.04
HexEB70A20341F81504b44
Octal3531602420643710520113104
Binary11101011111000010100010011010011111100010101000010010111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB70A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB70A2; }

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

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

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

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

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

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

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

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