Html Css Color HEX #ED7A87 Deep Blush

📋 copy color: '#ED7A87'

red 237 ◦ green 122 ◦ blue 135

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

Shades of Deep Blush #ED7A87

Tints of Deep Blush #ED7A87

RGB

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

 GREEN value IS 122 (48.05% from 255) = 24.7%

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

R = 47.98%
G = 24.7%
B = 27.33%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.43

 K value IS 0.07

RGB Variations

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

Color information

#ED7A87 (or 0xED7A87) is known color: Deep Blush. HEX triplet: ED, 7A and 87. RGB value is (237,122,135). Sum of RGB (Red+Green+Blue) = 237+122+135=494 (65% of max value = 765). Red value is 237 (92.97% from 255 or 47.98% from 494); Green value is 122 (48.05% from 255 or 24.70% from 494); Blue value is 135 (53.12% from 255 or 27.33% from 494); Max value from RGB is 237 - color contains mainly: red. Hex color #ED7A87 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #ED7A87 is #128578. Grayscale: #9D9D9D. Windows color (decimal): -1213817 or 8878829. OLE color: 8878829.

HSL color Cylindrical-coordinate representation of color #ED7A87: hue angle of 353.22º degrees, saturation: 0.76, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #ED7A87 is Cyan = 0, Magento = 0.49, Yellow = 0.43 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 122 135 -
CMYK 0 0.49 0.43 0.07
HSL 353.22º 0.76% 0.7% -
HSV(B) 353.22º 0.49% 0.93% -
XYZ 46.26 33.67 26.98 -
YUV 157.87 115.1 184.44 -
System Red Green Blue C M Y K H S L
Decimal 237 122 135 0 0.49 0.43 0.07 353.22 0.76 0.7
Hex ED 7A 87 0 31 2B 7 161 4C 46
Octal 355 172 207 0 61 53 7 541 114 106
Binary 11101101 1111010 10000111 0 110001 101011 111 101100001 1001100 1000110

Color Harmonies of #ED7A87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED7A87

Black with #ED7A87

Text Example


Text Example

White with #ED7A87

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED7A87; }

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

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

background-color css

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

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

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

border-color css

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

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

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