Html Css Color HEX #ED7096 Deep Blush

📋 copy color: '#ED7096'

red 237 ◦ green 112 ◦ blue 150

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

Shades of Deep Blush #ED7096

Tints of Deep Blush #ED7096

RGB

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

 GREEN value IS 112 (44.14% from 255) = 22.44%

 BLUE value IS 150 (58.98% from 255) = 30.06%

R = 47.49%
G = 22.44%
B = 30.06%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.37

 K value IS 0.07

RGB Variations

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

Color information

#ED7096 (or 0xED7096) is known color: Deep Blush. HEX triplet: ED, 70 and 96. RGB value is (237,112,150). Sum of RGB (Red+Green+Blue) = 237+112+150=499 (66% of max value = 765). Red value is 237 (92.97% from 255 or 47.49% from 499); Green value is 112 (44.14% from 255 or 22.44% from 499); Blue value is 150 (58.98% from 255 or 30.06% from 499); Max value from RGB is 237 - color contains mainly: red. Hex color #ED7096 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #ED7096 is #128F69. Grayscale: #999999. Windows color (decimal): -1216362 or 9859309. OLE color: 9859309.

HSL color Cylindrical-coordinate representation of color #ED7096: hue angle of 341.76º degrees, saturation: 0.78, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #ED7096 is Cyan = 0, Magento = 0.53, Yellow = 0.37 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 112 150 -
CMYK 0 0.53 0.37 0.07
HSL 341.76º 0.78% 0.68% -
HSV(B) 341.76º 0.53% 0.93% -
XYZ 46.22 31.79 32.55 -
YUV 153.71 125.91 187.41 -
System Red Green Blue C M Y K H S L
Decimal 237 112 150 0 0.53 0.37 0.07 341.76 0.78 0.68
Hex ED 70 96 0 35 25 7 156 4E 44
Octal 355 160 226 0 65 45 7 526 116 104
Binary 11101101 1110000 10010110 0 110101 100101 111 101010110 1001110 1000100

Color Harmonies of #ED7096

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED7096

Black with #ED7096

Text Example


Text Example

White with #ED7096

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED7096; }

 p { color: rgb(237,112,150); }

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

background-color css

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

 a { background-color: rgb(237,112,150); }

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

border-color css

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

 span { border-color: rgb(237,112,150); }

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