#EA638A

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

Shades of Deep Blush #EA638A

Tints of Deep Blush #EA638A

Color information

#EA638A (or 0xEA638A) is unknown color: approx Deep Blush. HEX triplet: EA, 63 and 8A. RGB value is (234,99,138). Sum of RGB (Red+Green+Blue) = 234+99+138=471 (62% of max value = 765). Red value is 234 (91.80% from 255 or 49.68% from 471); Green value is 99 (39.06% from 255 or 21.02% from 471); Blue value is 138 (54.30% from 255 or 29.30% from 471); Max value from RGB is 234 - color contains mainly: red. Hex color #EA638A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EA638A is #159C75. Grayscale: #8F8F8F. Windows color (decimal): -1416310 or 9069546. OLE color: 9069546.

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

Color convert

RGB23499138-
CMYK00.580.410.08
HSL342.67º76.27%65.29%-
HSV(B)342.67º57.69%91.76%-
XYZ42.9828.2527.23-
YUV143.81124.73192.33-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 49.68%
GREEN value IS 99 (39.06% from 255) = 21.02%
BLUE value IS 138 (54.30% from 255) = 29.30%
R=49.68%
G=21.02%
B=29.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.41
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2349913800.580.410.08342.6776.2765.29
HexEA638A03A2981574c41
Octal3521432120725110527114101
Binary111010101100011100010100111010101001100010101011110011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA638A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA638A; }

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

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

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

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

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

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

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

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