Html Css Color HEX #ED738F Deep Blush

📋 copy color: '#ED738F'

red 237 ◦ green 115 ◦ blue 143

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

Shades of Deep Blush #ED738F

Tints of Deep Blush #ED738F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 28.89%

R = 47.88%
G = 23.23%
B = 28.89%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.40

 K value IS 0.07

RGB Variations

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

Color information

#ED738F (or 0xED738F) is known color: Deep Blush. HEX triplet: ED, 73 and 8F. RGB value is (237,115,143). Sum of RGB (Red+Green+Blue) = 237+115+143=495 (65% of max value = 765). Red value is 237 (92.97% from 255 or 47.88% from 495); Green value is 115 (45.31% from 255 or 23.23% from 495); Blue value is 143 (56.25% from 255 or 28.89% from 495); Max value from RGB is 237 - color contains mainly: red. Hex color #ED738F is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #ED738F is #128C70. Grayscale: #9A9A9A. Windows color (decimal): -1215601 or 9401325. OLE color: 9401325.

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

Color convert

RGB 237 115 143 -
CMYK 0 0.51 0.40 0.07
HSL 346.23º 0.77% 0.69% -
HSV(B) 346.23º 0.51% 0.93% -
XYZ 46.01 32.25 29.79 -
YUV 154.67 121.42 186.72 -
System Red Green Blue C M Y K H S L
Decimal 237 115 143 0 0.51 0.40 0.07 346.23 0.77 0.69
Hex ED 73 8F 0 33 28 7 15A 4D 45
Octal 355 163 217 0 63 50 7 532 115 105
Binary 11101101 1110011 10001111 0 110011 101000 111 101011010 1001101 1000101

Color Harmonies of #ED738F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED738F

Black with #ED738F

Text Example


Text Example

White with #ED738F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED738F; }

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

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

background-color css

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

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

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

border-color css

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

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

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