Html Css Color HEX #ED7184 Deep Blush

📋 copy color: '#ED7184'

red 237 ◦ green 113 ◦ blue 132

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

Shades of Deep Blush #ED7184

Tints of Deep Blush #ED7184

RGB

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

 GREEN value IS 113 (44.53% from 255) = 23.44%

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

R = 49.17%
G = 23.44%
B = 27.39%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.44

 K value IS 0.07

RGB Variations

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

Color information

#ED7184 (or 0xED7184) is known color: Deep Blush. HEX triplet: ED, 71 and 84. RGB value is (237,113,132). Sum of RGB (Red+Green+Blue) = 237+113+132=482 (63% of max value = 765). Red value is 237 (92.97% from 255 or 49.17% from 482); Green value is 113 (44.53% from 255 or 23.44% from 482); Blue value is 132 (51.95% from 255 or 27.39% from 482); Max value from RGB is 237 - color contains mainly: red. Hex color #ED7184 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #ED7184 is #128E7B. Grayscale: #989898. Windows color (decimal): -1216124 or 8679917. OLE color: 8679917.

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

Color convert

RGB 237 113 132 -
CMYK 0 0.52 0.44 0.07
HSL 350.81º 0.78% 0.69% -
HSV(B) 350.81º 0.52% 0.93% -
XYZ 45 31.48 25.53 -
YUV 152.24 116.58 188.46 -
System Red Green Blue C M Y K H S L
Decimal 237 113 132 0 0.52 0.44 0.07 350.81 0.78 0.69
Hex ED 71 84 0 34 2C 7 15F 4E 45
Octal 355 161 204 0 64 54 7 537 116 105
Binary 11101101 1110001 10000100 0 110100 101100 111 101011111 1001110 1000101

Color Harmonies of #ED7184

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED7184

Black with #ED7184

Text Example


Text Example

White with #ED7184

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED7184; }

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

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

background-color css

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

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

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

border-color css

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

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

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