#EA6697

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

Shades of Pale Violet Red #EA6697

Tints of Pale Violet Red #EA6697

Color information

#EA6697 (or 0xEA6697) is unknown color: approx Pale Violet Red. HEX triplet: EA, 66 and 97. RGB value is (234,102,151). Sum of RGB (Red+Green+Blue) = 234+102+151=487 (64% of max value = 765). Red value is 234 (91.80% from 255 or 48.05% from 487); Green value is 102 (40.23% from 255 or 20.94% from 487); Blue value is 151 (59.38% from 255 or 31.01% from 487); Max value from RGB is 234 - color contains mainly: red. Hex color #EA6697 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EA6697 is #159968. Grayscale: #929292. Windows color (decimal): -1415529 or 9922282. OLE color: 9922282.

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

Color convert

RGB234102151-
CMYK00.560.350.08
HSL337.73º75.86%65.88%-
HSV(B)337.73º56.41%91.76%-
XYZ44.2729.2332.59-
YUV147.05130.23190.02-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 48.05%
GREEN value IS 102 (40.23% from 255) = 20.94%
BLUE value IS 151 (59.38% from 255) = 31.01%
R=48.05%
G=20.94%
B=31.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.35
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23410215100.560.350.08337.7375.8665.88
HexEA66970382381524c42
Octal3521462270704310522114102
Binary111010101100110100101110111000100011100010101001010011001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA6697

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA6697; }

 p { color: rgb(234,102,151); }

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

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

 a { background-color: rgb(234,102,151); }

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

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

 span { border-color: rgb(234,102,151); }

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