Html Css Color HEX #ED7684 Deep Blush

📋 copy color: '#ED7684'

red 237 ◦ green 118 ◦ blue 132

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

Shades of Deep Blush #ED7684

Tints of Deep Blush #ED7684

RGB

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

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

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

R = 48.67%
G = 24.23%
B = 27.1%

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

#ED7684 (or 0xED7684) is known color: Deep Blush. HEX triplet: ED, 76 and 84. RGB value is (237,118,132). Sum of RGB (Red+Green+Blue) = 237+118+132=487 (64% of max value = 765). Red value is 237 (92.97% from 255 or 48.67% from 487); Green value is 118 (46.48% from 255 or 24.23% from 487); Blue value is 132 (51.95% from 255 or 27.10% from 487); Max value from RGB is 237 - color contains mainly: red. Hex color #ED7684 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #ED7684 is #12897B. Grayscale: #9B9B9B. Windows color (decimal): -1214844 or 8681197. OLE color: 8681197.

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

Color convert

RGB 237 118 132 -
CMYK 0 0.50 0.44 0.07
HSL 352.94º 0.77% 0.7% -
HSV(B) 352.94º 0.5% 0.93% -
XYZ 45.57 32.63 25.73 -
YUV 155.18 114.92 186.36 -
System Red Green Blue C M Y K H S L
Decimal 237 118 132 0 0.50 0.44 0.07 352.94 0.77 0.7
Hex ED 76 84 0 32 2C 7 161 4D 46
Octal 355 166 204 0 62 54 7 541 115 106
Binary 11101101 1110110 10000100 0 110010 101100 111 101100001 1001101 1000110

Color Harmonies of #ED7684

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED7684

Black with #ED7684

Text Example


Text Example

White with #ED7684

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED7684; }

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

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

background-color css

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

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

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

border-color css

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

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

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