#EA6B9C

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

Shades of Pale Violet Red #EA6B9C

Tints of Pale Violet Red #EA6B9C

Color information

#EA6B9C (or 0xEA6B9C) is unknown color: approx Pale Violet Red. HEX triplet: EA, 6B and 9C. RGB value is (234,107,156). Sum of RGB (Red+Green+Blue) = 234+107+156=497 (65% of max value = 765). Red value is 234 (91.80% from 255 or 47.08% from 497); Green value is 107 (42.19% from 255 or 21.53% from 497); Blue value is 156 (61.33% from 255 or 31.39% from 497); Max value from RGB is 234 - color contains mainly: red. Hex color #EA6B9C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EA6B9C is #159463. Grayscale: #969696. Windows color (decimal): -1414244 or 10251242. OLE color: 10251242.

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

Color convert

RGB234107156-
CMYK00.540.330.08
HSL336.85º75.15%66.86%-
HSV(B)336.85º54.27%91.76%-
XYZ45.1930.4134.94-
YUV150.56131.08187.52-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 47.08%
GREEN value IS 107 (42.19% from 255) = 21.53%
BLUE value IS 156 (61.33% from 255) = 31.39%
R=47.08%
G=21.53%
B=31.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.33
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23410715600.540.330.08336.8575.1566.86
HexEA6B9C0362181514b43
Octal3521532340664110521113103
Binary111010101101011100111000110110100001100010101000110010111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA6B9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA6B9C; }

 p { color: rgb(234,107,156); }

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

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

 a { background-color: rgb(234,107,156); }

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

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

 span { border-color: rgb(234,107,156); }

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