Html Css Color HEX #ED7382 Deep Blush

📋 copy color: '#ED7382'

red 237 ◦ green 115 ◦ blue 130

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

Shades of Deep Blush #ED7382

Tints of Deep Blush #ED7382

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 26.97%

R = 49.17%
G = 23.86%
B = 26.97%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.45

 K value IS 0.07

RGB Variations

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

Color information

#ED7382 (or 0xED7382) is known color: Deep Blush. HEX triplet: ED, 73 and 82. RGB value is (237,115,130). Sum of RGB (Red+Green+Blue) = 237+115+130=482 (63% of max value = 765). Red value is 237 (92.97% from 255 or 49.17% from 482); Green value is 115 (45.31% from 255 or 23.86% from 482); Blue value is 130 (51.17% from 255 or 26.97% from 482); Max value from RGB is 237 - color contains mainly: red. Hex color #ED7382 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #ED7382 is #128C7D. Grayscale: #999999. Windows color (decimal): -1215614 or 8549357. OLE color: 8549357.

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

Color convert

RGB 237 115 130 -
CMYK 0 0.51 0.45 0.07
HSL 352.62º 0.77% 0.69% -
HSV(B) 352.62º 0.51% 0.93% -
XYZ 45.09 31.88 24.9 -
YUV 153.19 114.92 187.78 -
System Red Green Blue C M Y K H S L
Decimal 237 115 130 0 0.51 0.45 0.07 352.62 0.77 0.69
Hex ED 73 82 0 33 2D 7 161 4D 45
Octal 355 163 202 0 63 55 7 541 115 105
Binary 11101101 1110011 10000010 0 110011 101101 111 101100001 1001101 1000101

Color Harmonies of #ED7382

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED7382

Black with #ED7382

Text Example


Text Example

White with #ED7382

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED7382; }

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

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

background-color css

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

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

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

border-color css

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

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

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