#EA638F

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

Shades of Deep Blush #EA638F

Tints of Deep Blush #EA638F

Color information

#EA638F (or 0xEA638F) is unknown color: approx Deep Blush. HEX triplet: EA, 63 and 8F. RGB value is (234,99,143). Sum of RGB (Red+Green+Blue) = 234+99+143=476 (63% of max value = 765). Red value is 234 (91.80% from 255 or 49.16% from 476); Green value is 99 (39.06% from 255 or 20.80% from 476); Blue value is 143 (56.25% from 255 or 30.04% from 476); Max value from RGB is 234 - color contains mainly: red. Hex color #EA638F is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EA638F is #159C70. Grayscale: #909090. Windows color (decimal): -1416305 or 9397226. OLE color: 9397226.

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

Color convert

RGB23499143-
CMYK00.580.390.08
HSL340.44º76.27%65.29%-
HSV(B)340.44º57.69%91.76%-
XYZ43.3528.429.18-
YUV144.38127.23191.92-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 49.16%
GREEN value IS 99 (39.06% from 255) = 20.80%
BLUE value IS 143 (56.25% from 255) = 30.04%
R=49.16%
G=20.80%
B=30.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.39
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2349914300.580.390.08340.4476.2765.29
HexEA638F03A2781544c41
Octal3521432170724710524114101
Binary111010101100011100011110111010100111100010101010010011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA638F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA638F; }

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

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

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

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

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

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

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

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