Html Css Color HEX #ED7584 Deep Blush

📋 copy color: '#ED7584'

red 237 ◦ green 117 ◦ blue 132

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

Shades of Deep Blush #ED7584

Tints of Deep Blush #ED7584

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 27.16%

R = 48.77%
G = 24.07%
B = 27.16%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.44

 K value IS 0.07

RGB Variations

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

Color information

#ED7584 (or 0xED7584) is known color: Deep Blush. HEX triplet: ED, 75 and 84. RGB value is (237,117,132). Sum of RGB (Red+Green+Blue) = 237+117+132=486 (64% of max value = 765). Red value is 237 (92.97% from 255 or 48.77% from 486); Green value is 117 (46.09% from 255 or 24.07% from 486); Blue value is 132 (51.95% from 255 or 27.16% from 486); Max value from RGB is 237 - color contains mainly: red. Hex color #ED7584 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #ED7584 is #128A7B. Grayscale: #9A9A9A. Windows color (decimal): -1215100 or 8680941. OLE color: 8680941.

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

Color convert

RGB 237 117 132 -
CMYK 0 0.51 0.44 0.07
HSL 352.5º 0.77% 0.69% -
HSV(B) 352.5º 0.51% 0.93% -
XYZ 45.45 32.39 25.69 -
YUV 154.59 115.26 186.78 -
System Red Green Blue C M Y K H S L
Decimal 237 117 132 0 0.51 0.44 0.07 352.5 0.77 0.69
Hex ED 75 84 0 33 2C 7 160 4D 45
Octal 355 165 204 0 63 54 7 540 115 105
Binary 11101101 1110101 10000100 0 110011 101100 111 101100000 1001101 1000101

Color Harmonies of #ED7584

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED7584

Black with #ED7584

Text Example


Text Example

White with #ED7584

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED7584; }

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

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

background-color css

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

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

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

border-color css

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

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

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