Html Css Color HEX #ED7093 Deep Blush

📋 copy color: '#ED7093'

red 237 ◦ green 112 ◦ blue 147

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

Shades of Deep Blush #ED7093

Tints of Deep Blush #ED7093

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 29.64%

R = 47.78%
G = 22.58%
B = 29.64%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.38

 K value IS 0.07

RGB Variations

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

Color information

#ED7093 (or 0xED7093) is known color: Deep Blush. HEX triplet: ED, 70 and 93. RGB value is (237,112,147). Sum of RGB (Red+Green+Blue) = 237+112+147=496 (65% of max value = 765). Red value is 237 (92.97% from 255 or 47.78% from 496); Green value is 112 (44.14% from 255 or 22.58% from 496); Blue value is 147 (57.81% from 255 or 29.64% from 496); Max value from RGB is 237 - color contains mainly: red. Hex color #ED7093 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #ED7093 is #128F6C. Grayscale: #999999. Windows color (decimal): -1216365 or 9662701. OLE color: 9662701.

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

Color convert

RGB 237 112 147 -
CMYK 0 0.53 0.38 0.07
HSL 343.2º 0.78% 0.68% -
HSV(B) 343.2º 0.53% 0.93% -
XYZ 45.99 31.7 31.3 -
YUV 153.37 124.41 187.65 -
System Red Green Blue C M Y K H S L
Decimal 237 112 147 0 0.53 0.38 0.07 343.2 0.78 0.68
Hex ED 70 93 0 35 26 7 157 4E 44
Octal 355 160 223 0 65 46 7 527 116 104
Binary 11101101 1110000 10010011 0 110101 100110 111 101010111 1001110 1000100

Color Harmonies of #ED7093

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED7093

Black with #ED7093

Text Example


Text Example

White with #ED7093

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED7093; }

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

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

background-color css

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

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

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

border-color css

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

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

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