Html Css Color HEX #ED738A Deep Blush

📋 copy color: '#ED738A'

red 237 ◦ green 115 ◦ blue 138

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

Shades of Deep Blush #ED738A

Tints of Deep Blush #ED738A

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.3% from 255) = 28.16%

R = 48.37%
G = 23.47%
B = 28.16%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.42

 K value IS 0.07

RGB Variations

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

Color information

#ED738A (or 0xED738A) is known color: 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

RGB 237 115 138 -
CMYK 0 0.51 0.42 0.07
HSL 348.69º 0.77% 0.69% -
HSV(B) 348.69º 0.51% 0.93% -
XYZ 45.64 32.1 27.84 -
YUV 154.1 118.92 187.13 -
System Red Green Blue C M Y K H S L
Decimal 237 115 138 0 0.51 0.42 0.07 348.69 0.77 0.69
Hex ED 73 8A 0 33 2A 7 15D 4D 45
Octal 355 163 212 0 63 52 7 535 115 105
Binary 11101101 1110011 10001010 0 110011 101010 111 101011101 1001101 1000101

Color Harmonies of #ED738A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED738A

Black with #ED738A

Text Example


Text Example

White with #ED738A

Text Example


Text Example

HTML Codes & Css Web 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>