#ea6c88

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

Shades of Deep Blush #EA6C88

Tints of Deep Blush #EA6C88

Color information

#EA6C88 (or 0xEA6C88) is unknown color: approx Deep Blush. HEX triplet: EA, 6C and 88. RGB value is (234,108,136). Sum of RGB (Red+Green+Blue) = 234+108+136=478 (63% of max value = 765). Red value is 234 (91.80% from 255 or 48.95% from 478); Green value is 108 (42.58% from 255 or 22.59% from 478); Blue value is 136 (53.52% from 255 or 28.45% from 478); Max value from RGB is 234 - color contains mainly: red. Hex color #EA6C88 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EA6C88 is #159377. Grayscale: #949494. Windows color (decimal): -1414008 or 8940778. OLE color: 8940778.

HSL color Cylindrical-coordinate representation of color #EA6C88: hue angle of 346.67º 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 #EA6C88 is Cyan = 0, Magento = 0.54, Yellow = 0.42 and Black (K on CMYK) = 0.08.

Color convert

RGB234108136-
CMYK00.540.420.08
HSL346.67º75%67.06%-
HSV(B)346.67º53.85%91.76%-
XYZ43.743026.78-
YUV148.87120.74188.72-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 48.95%
GREEN value IS 108 (42.58% from 255) = 22.59%
BLUE value IS 136 (53.52% from 255) = 28.45%
R=48.95%
G=22.59%
B=28.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.42
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23410813600.540.420.08346.677567.06
HexEA6C880362A815b4b43
Octal3521542100665210533113103
Binary111010101101100100010000110110101010100010101101110010111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ea6c88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ea6c88; }

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

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

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

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

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

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

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

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