Html Css Color HEX #ED7685 Deep Blush

📋 copy color: '#ED7685'

red 237 ◦ green 118 ◦ blue 133

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

Shades of Deep Blush #ED7685

Tints of Deep Blush #ED7685

RGB

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

 GREEN value IS 118 (46.48% from 255) = 24.18%

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

R = 48.57%
G = 24.18%
B = 27.25%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.44

 K value IS 0.07

RGB Variations

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

Color information

#ED7685 (or 0xED7685) is known color: Deep Blush. HEX triplet: ED, 76 and 85. RGB value is (237,118,133). Sum of RGB (Red+Green+Blue) = 237+118+133=488 (64% of max value = 765). Red value is 237 (92.97% from 255 or 48.57% from 488); Green value is 118 (46.48% from 255 or 24.18% from 488); Blue value is 133 (52.34% from 255 or 27.25% from 488); Max value from RGB is 237 - color contains mainly: red. Hex color #ED7685 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #ED7685 is #12897A. Grayscale: #9B9B9B. Windows color (decimal): -1214843 or 8746733. OLE color: 8746733.

HSL color Cylindrical-coordinate representation of color #ED7685: hue angle of 352.44º degrees, saturation: 0.77, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #ED7685 is Cyan = 0, Magento = 0.50, Yellow = 0.44 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 118 133 -
CMYK 0 0.50 0.44 0.07
HSL 352.44º 0.77% 0.7% -
HSV(B) 352.44º 0.5% 0.93% -
XYZ 45.64 32.65 26.09 -
YUV 155.29 115.42 186.28 -
System Red Green Blue C M Y K H S L
Decimal 237 118 133 0 0.50 0.44 0.07 352.44 0.77 0.7
Hex ED 76 85 0 32 2C 7 160 4D 46
Octal 355 166 205 0 62 54 7 540 115 106
Binary 11101101 1110110 10000101 0 110010 101100 111 101100000 1001101 1000110

Color Harmonies of #ED7685

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED7685

Black with #ED7685

Text Example


Text Example

White with #ED7685

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED7685; }

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

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

background-color css

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

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

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

border-color css

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

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

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