#EA6D8F

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

Shades of Deep Blush #EA6D8F

Tints of Deep Blush #EA6D8F

Color information

#EA6D8F (or 0xEA6D8F) is unknown color: approx Deep Blush. HEX triplet: EA, 6D and 8F. RGB value is (234,109,143). Sum of RGB (Red+Green+Blue) = 234+109+143=486 (64% of max value = 765). Red value is 234 (91.80% from 255 or 48.15% from 486); Green value is 109 (42.97% from 255 or 22.43% from 486); Blue value is 143 (56.25% from 255 or 29.42% from 486); Max value from RGB is 234 - color contains mainly: red. Hex color #EA6D8F is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EA6D8F is #159270. Grayscale: #969696. Windows color (decimal): -1413745 or 9399786. OLE color: 9399786.

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

Color convert

RGB234109143-
CMYK00.530.390.08
HSL343.68º74.85%67.25%-
HSV(B)343.68º53.42%91.76%-
XYZ44.3630.4129.52-
YUV150.25123.91187.74-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 48.15%
GREEN value IS 109 (42.97% from 255) = 22.43%
BLUE value IS 143 (56.25% from 255) = 29.42%
R=48.15%
G=22.43%
B=29.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.39
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23410914300.530.390.08343.6874.8567.25
HexEA6D8F0352781584b43
Octal3521552170654710530113103
Binary111010101101101100011110110101100111100010101100010010111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA6D8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA6D8F; }

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

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

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

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

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

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

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

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