#EA7383

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

Shades of Deep Blush #EA7383

Tints of Deep Blush #EA7383

Color information

#EA7383 (or 0xEA7383) is unknown color: approx Deep Blush. HEX triplet: EA, 73 and 83. RGB value is (234,115,131). Sum of RGB (Red+Green+Blue) = 234+115+131=480 (63% of max value = 765). Red value is 234 (91.80% from 255 or 48.75% from 480); Green value is 115 (45.31% from 255 or 23.96% from 480); Blue value is 131 (51.56% from 255 or 27.29% from 480); Max value from RGB is 234 - color contains mainly: red. Hex color #EA7383 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EA7383 is #158C7C. Grayscale: #989898. Windows color (decimal): -1412221 or 8614890. OLE color: 8614890.

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

Color convert

RGB234115131-
CMYK00.510.440.08
HSL351.93º73.91%68.43%-
HSV(B)351.93º50.85%91.76%-
XYZ44.1631.3925.2-
YUV152.4115.92186.2-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 48.75%
GREEN value IS 115 (45.31% from 255) = 23.96%
BLUE value IS 131 (51.56% from 255) = 27.29%
R=48.75%
G=23.96%
B=27.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.44
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23411513100.510.440.08351.9373.9168.43
HexEA73830332C81604a44
Octal3521632030635410540112104
Binary111010101110011100000110110011101100100010110000010010101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA7383

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA7383; }

 p { color: rgb(234,115,131); }

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

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

 a { background-color: rgb(234,115,131); }

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

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

 span { border-color: rgb(234,115,131); }

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