#EA6D8D

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

Shades of Deep Blush #EA6D8D

Tints of Deep Blush #EA6D8D

Color information

#EA6D8D (or 0xEA6D8D) is unknown color: approx Deep Blush. HEX triplet: EA, 6D and 8D. RGB value is (234,109,141). Sum of RGB (Red+Green+Blue) = 234+109+141=484 (64% of max value = 765). Red value is 234 (91.80% from 255 or 48.35% from 484); Green value is 109 (42.97% from 255 or 22.52% from 484); Blue value is 141 (55.47% from 255 or 29.13% from 484); Max value from RGB is 234 - color contains mainly: red. Hex color #EA6D8D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EA6D8D is #159272. Grayscale: #969696. Windows color (decimal): -1413747 or 9268714. OLE color: 9268714.

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

Color convert

RGB234109141-
CMYK00.530.400.08
HSL344.64º74.85%67.25%-
HSV(B)344.64º53.42%91.76%-
XYZ44.2130.3528.73-
YUV150.02122.91187.9-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 48.35%
GREEN value IS 109 (42.97% from 255) = 22.52%
BLUE value IS 141 (55.47% from 255) = 29.13%
R=48.35%
G=22.52%
B=29.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.40
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23410914100.530.400.08344.6474.8567.25
HexEA6D8D0352881594b43
Octal3521552150655010531113103
Binary111010101101101100011010110101101000100010101100110010111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA6D8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA6D8D; }

 p { color: rgb(234,109,141); }

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

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

 a { background-color: rgb(234,109,141); }

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

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

 span { border-color: rgb(234,109,141); }

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