Html Css Color HEX #ED9488 Sweet Pink

📋 copy color: '#ED9488'

red 237 ◦ green 148 ◦ blue 136

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

Shades of Sweet Pink #ED9488

Tints of Sweet Pink #ED9488

RGB

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

 GREEN value IS 148 (58.2% from 255) = 28.41%

 BLUE value IS 136 (53.52% from 255) = 26.1%

R = 45.49%
G = 28.41%
B = 26.1%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.43

 K value IS 0.07

RGB Variations

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

Color information

#ED9488 (or 0xED9488) is known color: Sweet Pink. HEX triplet: ED, 94 and 88. RGB value is (237,148,136). Sum of RGB (Red+Green+Blue) = 237+148+136=521 (69% of max value = 765). Red value is 237 (92.97% from 255 or 45.49% from 521); Green value is 148 (58.20% from 255 or 28.41% from 521); Blue value is 136 (53.52% from 255 or 26.10% from 521); Max value from RGB is 237 - color contains mainly: red. Hex color #ED9488 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED9488 is #126B77. Grayscale: #ADADAD. Windows color (decimal): -1207160 or 8951021. OLE color: 8951021.

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

Color convert

RGB 237 148 136 -
CMYK 0 0.38 0.43 0.07
HSL 7.13º 0.74% 0.73% -
HSV(B) 7.13º 0.43% 0.93% -
XYZ 49.96 40.96 28.57 -
YUV 173.24 106.99 173.48 -
System Red Green Blue C M Y K H S L
Decimal 237 148 136 0 0.38 0.43 0.07 7.13 0.74 0.73
Hex ED 94 88 0 26 2B 7 7 4A 49
Octal 355 224 210 0 46 53 7 7 112 111
Binary 11101101 10010100 10001000 0 100110 101011 111 111 1001010 1001001

Color Harmonies of #ED9488

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED9488

Black with #ED9488

Text Example


Text Example

White with #ED9488

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED9488; }

 p { color: rgb(237,148,136); }

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

background-color css

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

 a { background-color: rgb(237,148,136); }

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

border-color css

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

 span { border-color: rgb(237,148,136); }

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