#EA659D

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

Shades of Pale Violet Red #EA659D

Tints of Pale Violet Red #EA659D

Color information

#EA659D (or 0xEA659D) is unknown color: approx Pale Violet Red. HEX triplet: EA, 65 and 9D. RGB value is (234,101,157). Sum of RGB (Red+Green+Blue) = 234+101+157=492 (65% of max value = 765). Red value is 234 (91.80% from 255 or 47.56% from 492); Green value is 101 (39.84% from 255 or 20.53% from 492); Blue value is 157 (61.72% from 255 or 31.91% from 492); Max value from RGB is 234 - color contains mainly: red. Hex color #EA659D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EA659D is #159A62. Grayscale: #939393. Windows color (decimal): -1415779 or 10315242. OLE color: 10315242.

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

Color convert

RGB234101157-
CMYK00.570.330.08
HSL334.74º76%65.69%-
HSV(B)334.74º56.84%91.76%-
XYZ44.6729.2335.19-
YUV147.15133.56189.95-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 47.56%
GREEN value IS 101 (39.84% from 255) = 20.53%
BLUE value IS 157 (61.72% from 255) = 31.91%
R=47.56%
G=20.53%
B=31.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.33
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23410115700.570.330.08334.747665.69
HexEA659D03921814f4c42
Octal3521452350714110517114102
Binary111010101100101100111010111001100001100010100111110011001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA659D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA659D; }

 p { color: rgb(234,101,157); }

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

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

 a { background-color: rgb(234,101,157); }

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

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

 span { border-color: rgb(234,101,157); }

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