Html Css Color HEX #ED7383 Deep Blush

📋 copy color: '#ED7383'

red 237 ◦ green 115 ◦ blue 131

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

Shades of Deep Blush #ED7383

Tints of Deep Blush #ED7383

RGB

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

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

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

R = 49.07%
G = 23.81%
B = 27.12%

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

#ED7383 (or 0xED7383) is known color: Deep Blush. HEX triplet: ED, 73 and 83. RGB value is (237,115,131). Sum of RGB (Red+Green+Blue) = 237+115+131=483 (63% of max value = 765). Red value is 237 (92.97% from 255 or 49.07% from 483); Green value is 115 (45.31% from 255 or 23.81% from 483); Blue value is 131 (51.56% from 255 or 27.12% from 483); Max value from RGB is 237 - color contains mainly: red. Hex color #ED7383 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #ED7383 is #128C7C. Grayscale: #999999. Windows color (decimal): -1215613 or 8614893. OLE color: 8614893.

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

Color convert

RGB 237 115 131 -
CMYK 0 0.51 0.45 0.07
HSL 352.13º 0.77% 0.69% -
HSV(B) 352.13º 0.51% 0.93% -
XYZ 45.15 31.9 25.25 -
YUV 153.3 115.42 187.7 -
System Red Green Blue C M Y K H S L
Decimal 237 115 131 0 0.51 0.45 0.07 352.13 0.77 0.69
Hex ED 73 83 0 33 2D 7 160 4D 45
Octal 355 163 203 0 63 55 7 540 115 105
Binary 11101101 1110011 10000011 0 110011 101101 111 101100000 1001101 1000101

Color Harmonies of #ED7383

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED7383

Black with #ED7383

Text Example


Text Example

White with #ED7383

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED7383; }

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

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

background-color css

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

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

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

border-color css

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

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

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