#EA6C84

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

Shades of Deep Blush #EA6C84

Tints of Deep Blush #EA6C84

Color information

#EA6C84 (or 0xEA6C84) is unknown color: approx Deep Blush. HEX triplet: EA, 6C and 84. RGB value is (234,108,132). Sum of RGB (Red+Green+Blue) = 234+108+132=474 (62% of max value = 765). Red value is 234 (91.80% from 255 or 49.37% from 474); Green value is 108 (42.58% from 255 or 22.78% from 474); Blue value is 132 (51.95% from 255 or 27.85% from 474); Max value from RGB is 234 - color contains mainly: red. Hex color #EA6C84 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EA6C84 is #15937B. Grayscale: #949494. Windows color (decimal): -1414012 or 8678634. OLE color: 8678634.

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

Color convert

RGB234108132-
CMYK00.540.440.08
HSL348.57º75%67.06%-
HSV(B)348.57º53.85%91.76%-
XYZ43.4629.8825.31-
YUV148.41118.74189.05-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 49.37%
GREEN value IS 108 (42.58% from 255) = 22.78%
BLUE value IS 132 (51.95% from 255) = 27.85%
R=49.37%
G=22.78%
B=27.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.44
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23410813200.540.440.08348.577567.06
HexEA6C840362C815d4b43
Octal3521542040665410535113103
Binary111010101101100100001000110110101100100010101110110010111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA6C84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA6C84; }

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

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

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

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

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

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

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

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