#ED738A

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

Shades of Deep Blush #ED738A

Tints of Deep Blush #ED738A

Color information

#ED738A (or 0xED738A) is unknown color: approx Deep Blush. HEX triplet: ED, 73 and 8A. RGB value is (237,115,138). Sum of RGB (Red+Green+Blue) = 237+115+138=490 (64% of max value = 765). Red value is 237 (92.97% from 255 or 48.37% from 490); Green value is 115 (45.31% from 255 or 23.47% from 490); Blue value is 138 (54.30% from 255 or 28.16% from 490); Max value from RGB is 237 - color contains mainly: red. Hex color #ED738A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #ED738A is #128C75. Grayscale: #9A9A9A. Windows color (decimal): -1215606 or 9073645. OLE color: 9073645.

HSL color Cylindrical-coordinate representation of color #ED738A: hue angle of 348.69º degrees, saturation: 0.77, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #ED738A is Cyan = 0, Magento = 0.51, Yellow = 0.42 and Black (K on CMYK) = 0.07.

Color convert

RGB237115138-
CMYK00.510.420.07
HSL348.69º77.22%69.02%-
HSV(B)348.69º51.48%92.94%-
XYZ45.6432.127.84-
YUV154.1118.92187.13-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 48.37%
GREEN value IS 115 (45.31% from 255) = 23.47%
BLUE value IS 138 (54.30% from 255) = 28.16%
R=48.37%
G=23.47%
B=28.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.42
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23711513800.510.420.07348.6977.2269.02
HexED738A0332A715d4d45
Octal355163212063527535115105
Binary11101101111001110001010011001110101011110101110110011011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED738A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED738A; }

 p { color: rgb(237,115,138); }

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

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

 a { background-color: rgb(237,115,138); }

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

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

 span { border-color: rgb(237,115,138); }

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