Html Css Color HEX #ED9392 Sweet Pink

📋 copy color: '#ED9392'

red 237 ◦ green 147 ◦ blue 146

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

Shades of Sweet Pink #ED9392

Tints of Sweet Pink #ED9392

RGB

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

 GREEN value IS 147 (57.81% from 255) = 27.74%

 BLUE value IS 146 (57.42% from 255) = 27.55%

R = 44.72%
G = 27.74%
B = 27.55%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.38

 K value IS 0.07

RGB Variations

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

Color information

#ED9392 (or 0xED9392) is known color: Sweet Pink. HEX triplet: ED, 93 and 92. RGB value is (237,147,146). Sum of RGB (Red+Green+Blue) = 237+147+146=530 (70% of max value = 765). Red value is 237 (92.97% from 255 or 44.72% from 530); Green value is 147 (57.81% from 255 or 27.74% from 530); Blue value is 146 (57.42% from 255 or 27.55% from 530); Max value from RGB is 237 - color contains mainly: red. Hex color #ED9392 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED9392 is #126C6D. Grayscale: #ADADAD. Windows color (decimal): -1207406 or 9606125. OLE color: 9606125.

HSL color Cylindrical-coordinate representation of color #ED9392: hue angle of 0.66º degrees, saturation: 0.72, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #ED9392 is Cyan = 0, Magento = 0.38, Yellow = 0.38 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 147 146 -
CMYK 0 0.38 0.38 0.07
HSL 0.66º 0.72% 0.75% -
HSV(B) 0.66º 0.38% 0.93% -
XYZ 50.55 40.95 32.43 -
YUV 173.8 112.32 173.08 -
System Red Green Blue C M Y K H S L
Decimal 237 147 146 0 0.38 0.38 0.07 0.66 0.72 0.75
Hex ED 93 92 0 26 26 7 1 48 4B
Octal 355 223 222 0 46 46 7 1 110 113
Binary 11101101 10010011 10010010 0 100110 100110 111 1 1001000 1001011

Color Harmonies of #ED9392

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED9392

Black with #ED9392

Text Example


Text Example

White with #ED9392

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED9392; }

 p { color: rgb(237,147,146); }

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

background-color css

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

 a { background-color: rgb(237,147,146); }

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

border-color css

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

 span { border-color: rgb(237,147,146); }

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