#ea6c81

Color #EA6C81 Deep Blush (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Blush #EA6C81

Tints of Deep Blush #EA6C81

Color information

#EA6C81 (or 0xEA6C81) is unknown color: approx Deep Blush. HEX triplet: EA, 6C and 81. RGB value is (234,108,129). Sum of RGB (Red+Green+Blue) = 234+108+129=471 (62% of max value = 765). Red value is 234 (91.80% from 255 or 49.68% from 471); Green value is 108 (42.58% from 255 or 22.93% from 471); Blue value is 129 (50.78% from 255 or 27.39% from 471); Max value from RGB is 234 - color contains mainly: red. Hex color #EA6C81 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EA6C81 is #15937E. Grayscale: #949494. Windows color (decimal): -1414015 or 8482026. OLE color: 8482026.

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

Color convert

RGB234108129-
CMYK00.540.450.08
HSL350º75%67.06%-
HSV(B)350º53.85%91.76%-
XYZ43.2629.824.24-
YUV148.07117.24189.29-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 49.68%
GREEN value IS 108 (42.58% from 255) = 22.93%
BLUE value IS 129 (50.78% from 255) = 27.39%
R=49.68%
G=22.93%
B=27.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.45
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23410812900.540.450.083507567.06
HexEA6C810362D815e4b43
Octal3521542010665510536113103
Binary111010101101100100000010110110101101100010101111010010111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ea6c81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ea6c81; }

 p { color: rgb(234,108,129); }

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

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

 a { background-color: rgb(234,108,129); }

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

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

 span { border-color: rgb(234,108,129); }

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