Html Css Color HEX #ED7087 Deep Blush

📋 copy color: '#ED7087'

red 237 ◦ green 112 ◦ blue 135

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

Shades of Deep Blush #ED7087

Tints of Deep Blush #ED7087

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 27.89%

R = 48.97%
G = 23.14%
B = 27.89%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.43

 K value IS 0.07

RGB Variations

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

Color information

#ED7087 (or 0xED7087) is known color: Deep Blush. HEX triplet: ED, 70 and 87. RGB value is (237,112,135). Sum of RGB (Red+Green+Blue) = 237+112+135=484 (64% of max value = 765). Red value is 237 (92.97% from 255 or 48.97% from 484); Green value is 112 (44.14% from 255 or 23.14% from 484); Blue value is 135 (53.12% from 255 or 27.89% from 484); Max value from RGB is 237 - color contains mainly: red. Hex color #ED7087 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #ED7087 is #128F78. Grayscale: #989898. Windows color (decimal): -1216377 or 8876269. OLE color: 8876269.

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

Color convert

RGB 237 112 135 -
CMYK 0 0.53 0.43 0.07
HSL 348.96º 0.78% 0.68% -
HSV(B) 348.96º 0.53% 0.93% -
XYZ 45.09 31.34 26.59 -
YUV 152 118.41 188.63 -
System Red Green Blue C M Y K H S L
Decimal 237 112 135 0 0.53 0.43 0.07 348.96 0.78 0.68
Hex ED 70 87 0 35 2B 7 15D 4E 44
Octal 355 160 207 0 65 53 7 535 116 104
Binary 11101101 1110000 10000111 0 110101 101011 111 101011101 1001110 1000100

Color Harmonies of #ED7087

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED7087

Black with #ED7087

Text Example


Text Example

White with #ED7087

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED7087; }

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

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

background-color css

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

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

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

border-color css

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

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

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