Html Css Color HEX #ED7683 Deep Blush

📋 copy color: '#ED7683'

red 237 ◦ green 118 ◦ blue 131

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

Shades of Deep Blush #ED7683

Tints of Deep Blush #ED7683

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 26.95%

R = 48.77%
G = 24.28%
B = 26.95%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.45

 K value IS 0.07

RGB Variations

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

Color information

#ED7683 (or 0xED7683) is known color: Deep Blush. HEX triplet: ED, 76 and 83. RGB value is (237,118,131). Sum of RGB (Red+Green+Blue) = 237+118+131=486 (64% of max value = 765). Red value is 237 (92.97% from 255 or 48.77% from 486); Green value is 118 (46.48% from 255 or 24.28% from 486); Blue value is 131 (51.56% from 255 or 26.95% from 486); Max value from RGB is 237 - color contains mainly: red. Hex color #ED7683 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #ED7683 is #12897C. Grayscale: #9B9B9B. Windows color (decimal): -1214845 or 8615661. OLE color: 8615661.

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

Color convert

RGB 237 118 131 -
CMYK 0 0.50 0.45 0.07
HSL 353.45º 0.77% 0.7% -
HSV(B) 353.45º 0.5% 0.93% -
XYZ 45.5 32.6 25.37 -
YUV 155.06 114.42 186.44 -
System Red Green Blue C M Y K H S L
Decimal 237 118 131 0 0.50 0.45 0.07 353.45 0.77 0.7
Hex ED 76 83 0 32 2D 7 161 4D 46
Octal 355 166 203 0 62 55 7 541 115 106
Binary 11101101 1110110 10000011 0 110010 101101 111 101100001 1001101 1000110

Color Harmonies of #ED7683

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED7683

Black with #ED7683

Text Example


Text Example

White with #ED7683

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED7683; }

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

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

background-color css

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

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

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

border-color css

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

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

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