#EA6F8A

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

Shades of Deep Blush #EA6F8A

Tints of Deep Blush #EA6F8A

Color information

#EA6F8A (or 0xEA6F8A) is unknown color: approx Deep Blush. HEX triplet: EA, 6F and 8A. RGB value is (234,111,138). Sum of RGB (Red+Green+Blue) = 234+111+138=483 (63% of max value = 765). Red value is 234 (91.80% from 255 or 48.45% from 483); Green value is 111 (43.75% from 255 or 22.98% from 483); Blue value is 138 (54.30% from 255 or 28.57% from 483); Max value from RGB is 234 - color contains mainly: red. Hex color #EA6F8A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EA6F8A is #159075. Grayscale: #969696. Windows color (decimal): -1413238 or 9072618. OLE color: 9072618.

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

Color convert

RGB234111138-
CMYK00.530.410.08
HSL346.83º74.55%67.65%-
HSV(B)346.83º52.56%91.76%-
XYZ44.230.727.64-
YUV150.85120.75187.3-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 48.45%
GREEN value IS 111 (43.75% from 255) = 22.98%
BLUE value IS 138 (54.30% from 255) = 28.57%
R=48.45%
G=22.98%
B=28.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.41
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23411113800.530.410.08346.8374.5567.65
HexEA6F8A03529815b4b44
Octal3521572120655110533113104
Binary111010101101111100010100110101101001100010101101110010111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA6F8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA6F8A; }

 p { color: rgb(234,111,138); }

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

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

 a { background-color: rgb(234,111,138); }

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

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

 span { border-color: rgb(234,111,138); }

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