#EA6C92

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

Shades of Deep Blush #EA6C92

Tints of Deep Blush #EA6C92

Color information

#EA6C92 (or 0xEA6C92) is unknown color: approx Deep Blush. HEX triplet: EA, 6C and 92. RGB value is (234,108,146). Sum of RGB (Red+Green+Blue) = 234+108+146=488 (64% of max value = 765). Red value is 234 (91.80% from 255 or 47.95% from 488); Green value is 108 (42.58% from 255 or 22.13% from 488); Blue value is 146 (57.42% from 255 or 29.92% from 488); Max value from RGB is 234 - color contains mainly: red. Hex color #EA6C92 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EA6C92 is #15936D. Grayscale: #959595. Windows color (decimal): -1413998 or 9596138. OLE color: 9596138.

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

Color convert

RGB234108146-
CMYK00.540.380.08
HSL341.9º75%67.06%-
HSV(B)341.9º53.85%91.76%-
XYZ44.4830.2930.7-
YUV150.01125.74187.91-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 47.95%
GREEN value IS 108 (42.58% from 255) = 22.13%
BLUE value IS 146 (57.42% from 255) = 29.92%
R=47.95%
G=22.13%
B=29.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.38
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23410814600.540.380.08341.97567.06
HexEA6C920362681564b43
Octal3521542220664610526113103
Binary111010101101100100100100110110100110100010101011010010111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA6C92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA6C92; }

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

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

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

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

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

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

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

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