#EB6DA4

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

Shades of Pale Violet Red #EB6DA4

Tints of Pale Violet Red #EB6DA4

Color information

#EB6DA4 (or 0xEB6DA4) is unknown color: approx Pale Violet Red. HEX triplet: EB, 6D and A4. RGB value is (235,109,164). Sum of RGB (Red+Green+Blue) = 235+109+164=508 (67% of max value = 765). Red value is 235 (92.19% from 255 or 46.26% from 508); Green value is 109 (42.97% from 255 or 21.46% from 508); Blue value is 164 (64.45% from 255 or 32.28% from 508); Max value from RGB is 235 - color contains mainly: red. Hex color #EB6DA4 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EB6DA4 is #14925B. Grayscale: #989898. Windows color (decimal): -1348188 or 10776043. OLE color: 10776043.

HSL color Cylindrical-coordinate representation of color #EB6DA4: hue angle of 333.81º degrees, saturation: 0.76, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #EB6DA4 is Cyan = 0, Magento = 0.54, Yellow = 0.30 and Black (K on CMYK) = 0.08.

Color convert

RGB235109164-
CMYK00.540.300.08
HSL333.81º75.9%67.45%-
HSV(B)333.81º53.62%92.16%-
XYZ46.4331.2838.71-
YUV152.94134.24186.53-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 46.26%
GREEN value IS 109 (42.97% from 255) = 21.46%
BLUE value IS 164 (64.45% from 255) = 32.28%
R=46.26%
G=21.46%
B=32.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.30
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23510916400.540.300.08333.8175.967.45
HexEB6DA40361E814e4c43
Octal3531552440663610516114103
Binary11101011110110110100100011011011110100010100111010011001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB6DA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB6DA4; }

 p { color: rgb(235,109,164); }

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

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

 a { background-color: rgb(235,109,164); }

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

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

 span { border-color: rgb(235,109,164); }

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