Html Css Color HEX #ED7386 Deep Blush

📋 copy color: '#ED7386'

red 237 ◦ green 115 ◦ blue 134

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

Shades of Deep Blush #ED7386

Tints of Deep Blush #ED7386

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 27.57%

R = 48.77%
G = 23.66%
B = 27.57%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.43

 K value IS 0.07

RGB Variations

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

Color information

#ED7386 (or 0xED7386) is known color: Deep Blush. HEX triplet: ED, 73 and 86. RGB value is (237,115,134). Sum of RGB (Red+Green+Blue) = 237+115+134=486 (64% of max value = 765). Red value is 237 (92.97% from 255 or 48.77% from 486); Green value is 115 (45.31% from 255 or 23.66% from 486); Blue value is 134 (52.73% from 255 or 27.57% from 486); Max value from RGB is 237 - color contains mainly: red. Hex color #ED7386 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #ED7386 is #128C79. Grayscale: #999999. Windows color (decimal): -1215610 or 8811501. OLE color: 8811501.

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

Color convert

RGB 237 115 134 -
CMYK 0 0.51 0.43 0.07
HSL 350.66º 0.77% 0.69% -
HSV(B) 350.66º 0.51% 0.93% -
XYZ 45.36 31.99 26.34 -
YUV 153.64 116.92 187.46 -
System Red Green Blue C M Y K H S L
Decimal 237 115 134 0 0.51 0.43 0.07 350.66 0.77 0.69
Hex ED 73 86 0 33 2B 7 15F 4D 45
Octal 355 163 206 0 63 53 7 537 115 105
Binary 11101101 1110011 10000110 0 110011 101011 111 101011111 1001101 1000101

Color Harmonies of #ED7386

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED7386

Black with #ED7386

Text Example


Text Example

White with #ED7386

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED7386; }

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

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

background-color css

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

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

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

border-color css

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

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

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