Html Css Color HEX #ED7591 Deep Blush

📋 copy color: '#ED7591'

red 237 ◦ green 117 ◦ blue 145

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

Shades of Deep Blush #ED7591

Tints of Deep Blush #ED7591

RGB

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

 GREEN value IS 117 (46.09% from 255) = 23.45%

 BLUE value IS 145 (57.03% from 255) = 29.06%

R = 47.49%
G = 23.45%
B = 29.06%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.39

 K value IS 0.07

RGB Variations

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

Color information

#ED7591 (or 0xED7591) is known color: Deep Blush. HEX triplet: ED, 75 and 91. RGB value is (237,117,145). Sum of RGB (Red+Green+Blue) = 237+117+145=499 (66% of max value = 765). Red value is 237 (92.97% from 255 or 47.49% from 499); Green value is 117 (46.09% from 255 or 23.45% from 499); Blue value is 145 (57.03% from 255 or 29.06% from 499); Max value from RGB is 237 - color contains mainly: red. Hex color #ED7591 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #ED7591 is #128A6E. Grayscale: #9C9C9C. Windows color (decimal): -1215087 or 9532909. OLE color: 9532909.

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

Color convert

RGB 237 117 145 -
CMYK 0 0.51 0.39 0.07
HSL 346º 0.77% 0.69% -
HSV(B) 346º 0.51% 0.93% -
XYZ 46.4 32.77 30.67 -
YUV 156.07 121.76 185.72 -
System Red Green Blue C M Y K H S L
Decimal 237 117 145 0 0.51 0.39 0.07 346 0.77 0.69
Hex ED 75 91 0 33 27 7 15A 4D 45
Octal 355 165 221 0 63 47 7 532 115 105
Binary 11101101 1110101 10010001 0 110011 100111 111 101011010 1001101 1000101

Color Harmonies of #ED7591

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED7591

Black with #ED7591

Text Example


Text Example

White with #ED7591

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED7591; }

 p { color: rgb(237,117,145); }

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

background-color css

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

 a { background-color: rgb(237,117,145); }

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

border-color css

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

 span { border-color: rgb(237,117,145); }

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