#EB6CA3

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

Shades of Pale Violet Red #EB6CA3

Tints of Pale Violet Red #EB6CA3

Color information

#EB6CA3 (or 0xEB6CA3) is unknown color: approx Pale Violet Red. HEX triplet: EB, 6C and A3. RGB value is (235,108,163). Sum of RGB (Red+Green+Blue) = 235+108+163=506 (67% of max value = 765). Red value is 235 (92.19% from 255 or 46.44% from 506); Green value is 108 (42.58% from 255 or 21.34% from 506); Blue value is 163 (64.06% from 255 or 32.21% from 506); Max value from RGB is 235 - color contains mainly: red. Hex color #EB6CA3 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EB6CA3 is #14935C. Grayscale: #989898. Windows color (decimal): -1348445 or 10710251. OLE color: 10710251.

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

Color convert

RGB235108163-
CMYK00.540.310.08
HSL334.02º76.05%67.25%-
HSV(B)334.02º54.04%92.16%-
XYZ46.2331.0338.2-
YUV152.24134.08187.03-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 46.44%
GREEN value IS 108 (42.58% from 255) = 21.34%
BLUE value IS 163 (64.06% from 255) = 32.21%
R=46.44%
G=21.34%
B=32.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.31
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23510816300.540.310.08334.0276.0567.25
HexEB6CA30361F814e4c43
Octal3531542430663710516114103
Binary11101011110110010100011011011011111100010100111010011001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB6CA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB6CA3; }

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

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

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

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

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

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

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

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