#EA619B

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

Shades of Pale Violet Red #EA619B

Tints of Pale Violet Red #EA619B

Color information

#EA619B (or 0xEA619B) is unknown color: approx Pale Violet Red. HEX triplet: EA, 61 and 9B. RGB value is (234,97,155). Sum of RGB (Red+Green+Blue) = 234+97+155=486 (64% of max value = 765). Red value is 234 (91.80% from 255 or 48.15% from 486); Green value is 97 (38.28% from 255 or 19.96% from 486); Blue value is 155 (60.94% from 255 or 31.89% from 486); Max value from RGB is 234 - color contains mainly: red. Hex color #EA619B is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EA619B is #159E64. Grayscale: #909090. Windows color (decimal): -1416805 or 10183146. OLE color: 10183146.

HSL color Cylindrical-coordinate representation of color #EA619B: hue angle of 334.6º degrees, saturation: 0.77, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #EA619B is Cyan = 0, Magento = 0.59, Yellow = 0.34 and Black (K on CMYK) = 0.08.

Color convert

RGB23497155-
CMYK00.590.340.08
HSL334.6º76.54%64.9%-
HSV(B)334.6º58.55%91.76%-
XYZ44.1228.4134.17-
YUV144.57133.89191.78-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 48.15%
GREEN value IS 97 (38.28% from 255) = 19.96%
BLUE value IS 155 (60.94% from 255) = 31.89%
R=48.15%
G=19.96%
B=31.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.34
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2349715500.590.340.08334.676.5464.9
HexEA619B03B22814f4d41
Octal3521412330734210517115101
Binary111010101100001100110110111011100010100010100111110011011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA619B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA619B; }

 p { color: rgb(234,97,155); }

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

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

 a { background-color: rgb(234,97,155); }

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

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

 span { border-color: rgb(234,97,155); }

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