Html Css Color HEX #ED738D Deep Blush

📋 copy color: '#ED738D'

red 237 ◦ green 115 ◦ blue 141

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

Shades of Deep Blush #ED738D

Tints of Deep Blush #ED738D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 28.6%

R = 48.07%
G = 23.33%
B = 28.6%

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

#ED738D (or 0xED738D) is known color: Deep Blush. HEX triplet: ED, 73 and 8D. RGB value is (237,115,141). Sum of RGB (Red+Green+Blue) = 237+115+141=493 (65% of max value = 765). Red value is 237 (92.97% from 255 or 48.07% from 493); Green value is 115 (45.31% from 255 or 23.33% from 493); Blue value is 141 (55.47% from 255 or 28.60% from 493); Max value from RGB is 237 - color contains mainly: red. Hex color #ED738D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #ED738D is #128C72. Grayscale: #9A9A9A. Windows color (decimal): -1215603 or 9270253. OLE color: 9270253.

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

Color convert

RGB 237 115 141 -
CMYK 0 0.51 0.41 0.07
HSL 347.21º 0.77% 0.69% -
HSV(B) 347.21º 0.51% 0.93% -
XYZ 45.86 32.19 29 -
YUV 154.44 120.42 186.89 -
System Red Green Blue C M Y K H S L
Decimal 237 115 141 0 0.51 0.41 0.07 347.21 0.77 0.69
Hex ED 73 8D 0 33 29 7 15B 4D 45
Octal 355 163 215 0 63 51 7 533 115 105
Binary 11101101 1110011 10001101 0 110011 101001 111 101011011 1001101 1000101

Color Harmonies of #ED738D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED738D

Black with #ED738D

Text Example


Text Example

White with #ED738D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED738D; }

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

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

background-color css

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

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

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

border-color css

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

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

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