#EA6F9E

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

Shades of Pale Violet Red #EA6F9E

Tints of Pale Violet Red #EA6F9E

Color information

#EA6F9E (or 0xEA6F9E) is unknown color: approx Pale Violet Red. HEX triplet: EA, 6F and 9E. RGB value is (234,111,158). Sum of RGB (Red+Green+Blue) = 234+111+158=503 (66% of max value = 765). Red value is 234 (91.80% from 255 or 46.52% from 503); Green value is 111 (43.75% from 255 or 22.07% from 503); Blue value is 158 (62.11% from 255 or 31.41% from 503); Max value from RGB is 234 - color contains mainly: red. Hex color #EA6F9E is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EA6F9E is #159061. Grayscale: #999999. Windows color (decimal): -1413218 or 10383338. OLE color: 10383338.

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

Color convert

RGB234111158-
CMYK00.530.320.08
HSL337.07º74.55%67.65%-
HSV(B)337.07º52.56%91.76%-
XYZ45.7931.3335.98-
YUV153.14130.75185.68-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 46.52%
GREEN value IS 111 (43.75% from 255) = 22.07%
BLUE value IS 158 (62.11% from 255) = 31.41%
R=46.52%
G=22.07%
B=31.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.32
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23411115800.530.320.08337.0774.5567.65
HexEA6F9E0352081514b44
Octal3521572360654010521113104
Binary111010101101111100111100110101100000100010101000110010111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA6F9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA6F9E; }

 p { color: rgb(234,111,158); }

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

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

 a { background-color: rgb(234,111,158); }

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

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

 span { border-color: rgb(234,111,158); }

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