#EB6CA4

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

Shades of Pale Violet Red #EB6CA4

Tints of Pale Violet Red #EB6CA4

Color information

#EB6CA4 (or 0xEB6CA4) is unknown color: approx Pale Violet Red. HEX triplet: EB, 6C and A4. RGB value is (235,108,164). Sum of RGB (Red+Green+Blue) = 235+108+164=507 (67% of max value = 765). Red value is 235 (92.19% from 255 or 46.35% from 507); Green value is 108 (42.58% from 255 or 21.30% from 507); Blue value is 164 (64.45% from 255 or 32.35% from 507); Max value from RGB is 235 - color contains mainly: red. Hex color #EB6CA4 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EB6CA4 is #14935B. Grayscale: #989898. Windows color (decimal): -1348444 or 10775787. OLE color: 10775787.

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

Color convert

RGB235108164-
CMYK00.540.300.08
HSL333.54º76.05%67.25%-
HSV(B)333.54º54.04%92.16%-
XYZ46.3231.0738.68-
YUV152.36134.58186.95-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 46.35%
GREEN value IS 108 (42.58% from 255) = 21.30%
BLUE value IS 164 (64.45% from 255) = 32.35%
R=46.35%
G=21.30%
B=32.35%

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
Decimal23510816400.540.300.08333.5476.0567.25
HexEB6CA40361E814e4c43
Octal3531542440663610516114103
Binary11101011110110010100100011011011110100010100111010011001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB6CA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB6CA4; }

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

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

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

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

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

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

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

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