#EA6793

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

Shades of Deep Blush #EA6793

Tints of Deep Blush #EA6793

Color information

#EA6793 (or 0xEA6793) is unknown color: approx Deep Blush. HEX triplet: EA, 67 and 93. RGB value is (234,103,147). Sum of RGB (Red+Green+Blue) = 234+103+147=484 (64% of max value = 765). Red value is 234 (91.80% from 255 or 48.35% from 484); Green value is 103 (40.62% from 255 or 21.28% from 484); Blue value is 147 (57.81% from 255 or 30.37% from 484); Max value from RGB is 234 - color contains mainly: red. Hex color #EA6793 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EA6793 is #15986C. Grayscale: #939393. Windows color (decimal): -1415277 or 9660394. OLE color: 9660394.

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

Color convert

RGB234103147-
CMYK00.560.370.08
HSL339.85º75.72%66.08%-
HSV(B)339.85º55.98%91.76%-
XYZ44.0529.330.94-
YUV147.18127.9189.92-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 48.35%
GREEN value IS 103 (40.62% from 255) = 21.28%
BLUE value IS 147 (57.81% from 255) = 30.37%
R=48.35%
G=21.28%
B=30.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.37
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23410314700.560.370.08339.8575.7266.08
HexEA67930382581544c42
Octal3521472230704510524114102
Binary111010101100111100100110111000100101100010101010010011001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA6793

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA6793; }

 p { color: rgb(234,103,147); }

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

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

 a { background-color: rgb(234,103,147); }

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

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

 span { border-color: rgb(234,103,147); }

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