#EA699C

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

Shades of Pale Violet Red #EA699C

Tints of Pale Violet Red #EA699C

Color information

#EA699C (or 0xEA699C) is unknown color: approx Pale Violet Red. HEX triplet: EA, 69 and 9C. RGB value is (234,105,156). Sum of RGB (Red+Green+Blue) = 234+105+156=495 (65% of max value = 765). Red value is 234 (91.80% from 255 or 47.27% from 495); Green value is 105 (41.41% from 255 or 21.21% from 495); Blue value is 156 (61.33% from 255 or 31.52% from 495); Max value from RGB is 234 - color contains mainly: red. Hex color #EA699C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EA699C is #159663. Grayscale: #959595. Windows color (decimal): -1414756 or 10250730. OLE color: 10250730.

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

Color convert

RGB234105156-
CMYK00.550.330.08
HSL336.28º75.44%66.47%-
HSV(B)336.28º55.13%91.76%-
XYZ44.983034.87-
YUV149.38131.74188.35-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 47.27%
GREEN value IS 105 (41.41% from 255) = 21.21%
BLUE value IS 156 (61.33% from 255) = 31.52%
R=47.27%
G=21.21%
B=31.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.33
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23410515600.550.330.08336.2875.4466.47
HexEA699C0372181504b42
Octal3521512340674110520113102
Binary111010101101001100111000110111100001100010101000010010111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA699C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA699C; }

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

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

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

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

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

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

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

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