Html Css Color HEX #ED7385 Deep Blush

📋 copy color: '#ED7385'

red 237 ◦ green 115 ◦ blue 133

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

Shades of Deep Blush #ED7385

Tints of Deep Blush #ED7385

RGB

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

 GREEN value IS 115 (45.31% from 255) = 23.71%

 BLUE value IS 133 (52.34% from 255) = 27.42%

R = 48.87%
G = 23.71%
B = 27.42%

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

#ED7385 (or 0xED7385) is known color: Deep Blush. HEX triplet: ED, 73 and 85. RGB value is (237,115,133). Sum of RGB (Red+Green+Blue) = 237+115+133=485 (64% of max value = 765). Red value is 237 (92.97% from 255 or 48.87% from 485); Green value is 115 (45.31% from 255 or 23.71% from 485); Blue value is 133 (52.34% from 255 or 27.42% from 485); Max value from RGB is 237 - color contains mainly: red. Hex color #ED7385 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #ED7385 is #128C7A. Grayscale: #999999. Windows color (decimal): -1215611 or 8745965. OLE color: 8745965.

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

Color convert

RGB 237 115 133 -
CMYK 0 0.51 0.44 0.07
HSL 351.15º 0.77% 0.69% -
HSV(B) 351.15º 0.51% 0.93% -
XYZ 45.29 31.96 25.97 -
YUV 153.53 116.42 187.54 -
System Red Green Blue C M Y K H S L
Decimal 237 115 133 0 0.51 0.44 0.07 351.15 0.77 0.69
Hex ED 73 85 0 33 2C 7 15F 4D 45
Octal 355 163 205 0 63 54 7 537 115 105
Binary 11101101 1110011 10000101 0 110011 101100 111 101011111 1001101 1000101

Color Harmonies of #ED7385

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED7385

Black with #ED7385

Text Example


Text Example

White with #ED7385

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED7385; }

 p { color: rgb(237,115,133); }

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

background-color css

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

 a { background-color: rgb(237,115,133); }

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

border-color css

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

 span { border-color: rgb(237,115,133); }

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