Html Css Color HEX #ED748B Deep Blush

📋 copy color: '#ED748B'

red 237 ◦ green 116 ◦ blue 139

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

Shades of Deep Blush #ED748B

Tints of Deep Blush #ED748B

RGB

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

 GREEN value IS 116 (45.7% from 255) = 23.58%

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

R = 48.17%
G = 23.58%
B = 28.25%

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

#ED748B (or 0xED748B) is known color: Deep Blush. HEX triplet: ED, 74 and 8B. RGB value is (237,116,139). Sum of RGB (Red+Green+Blue) = 237+116+139=492 (65% of max value = 765). Red value is 237 (92.97% from 255 or 48.17% from 492); Green value is 116 (45.70% from 255 or 23.58% from 492); Blue value is 139 (54.69% from 255 or 28.25% from 492); Max value from RGB is 237 - color contains mainly: red. Hex color #ED748B is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #ED748B is #128B74. Grayscale: #9A9A9A. Windows color (decimal): -1215349 or 9139437. OLE color: 9139437.

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

Color convert

RGB 237 116 139 -
CMYK 0 0.51 0.41 0.07
HSL 348.6º 0.77% 0.69% -
HSV(B) 348.6º 0.51% 0.93% -
XYZ 45.83 32.36 28.26 -
YUV 154.8 119.09 186.63 -
System Red Green Blue C M Y K H S L
Decimal 237 116 139 0 0.51 0.41 0.07 348.6 0.77 0.69
Hex ED 74 8B 0 33 29 7 15D 4D 45
Octal 355 164 213 0 63 51 7 535 115 105
Binary 11101101 1110100 10001011 0 110011 101001 111 101011101 1001101 1000101

Color Harmonies of #ED748B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED748B

Black with #ED748B

Text Example


Text Example

White with #ED748B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED748B; }

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

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

background-color css

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

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

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

border-color css

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

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

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