Html Css Color HEX #ED738B Deep Blush

📋 copy color: '#ED738B'

red 237 ◦ green 115 ◦ blue 139

#ED738B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Deep Blush #ED738B

Tints of Deep Blush #ED738B

RGB

 RED value IS 237 (92.97% from 255) = 48.27%

 GREEN value IS 115 (45.31% from 255) = 23.42%

 BLUE value IS 139 (54.69% from 255) = 28.31%

R = 48.27%
G = 23.42%
B = 28.31%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.41

 K value IS 0.07

RGB Variations

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

Color information

#ED738B (or 0xED738B) is known color: Deep Blush. HEX triplet: ED, 73 and 8B. RGB value is (237,115,139). Sum of RGB (Red+Green+Blue) = 237+115+139=491 (65% of max value = 765). Red value is 237 (92.97% from 255 or 48.27% from 491); Green value is 115 (45.31% from 255 or 23.42% from 491); Blue value is 139 (54.69% from 255 or 28.31% from 491); Max value from RGB is 237 - color contains mainly: red. Hex color #ED738B is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #ED738B is #128C74. Grayscale: #9A9A9A. Windows color (decimal): -1215605 or 9139181. OLE color: 9139181.

HSL color Cylindrical-coordinate representation of color #ED738B: hue angle of 348.2º 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 #ED738B is Cyan = 0, Magento = 0.51, Yellow = 0.41 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 115 139 -
CMYK 0 0.51 0.41 0.07
HSL 348.2º 0.77% 0.69% -
HSV(B) 348.2º 0.51% 0.93% -
XYZ 45.72 32.13 28.22 -
YUV 154.21 119.42 187.05 -
System Red Green Blue C M Y K H S L
Decimal 237 115 139 0 0.51 0.41 0.07 348.2 0.77 0.69
Hex ED 73 8B 0 33 29 7 15C 4D 45
Octal 355 163 213 0 63 51 7 534 115 105
Binary 11101101 1110011 10001011 0 110011 101001 111 101011100 1001101 1000101

Color Harmonies of #ED738B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED738B

Black with #ED738B

Text Example


Text Example

White with #ED738B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED738B; }

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

 H1.HeaderClassName
 {
   color: #ED738B;
 }
 .AnyTagClassName
 {
   color: #ED738B;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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