Html Css Color HEX #ED9487 Sweet Pink

📋 copy color: '#ED9487'

red 237 ◦ green 148 ◦ blue 135

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

Shades of Sweet Pink #ED9487

Tints of Sweet Pink #ED9487

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 25.96%

R = 45.58%
G = 28.46%
B = 25.96%

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

#ED9487 (or 0xED9487) is known color: Sweet Pink. HEX triplet: ED, 94 and 87. RGB value is (237,148,135). Sum of RGB (Red+Green+Blue) = 237+148+135=520 (68% of max value = 765). Red value is 237 (92.97% from 255 or 45.58% from 520); Green value is 148 (58.20% from 255 or 28.46% from 520); Blue value is 135 (53.12% from 255 or 25.96% from 520); Max value from RGB is 237 - color contains mainly: red. Hex color #ED9487 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED9487 is #126B78. Grayscale: #ADADAD. Windows color (decimal): -1207161 or 8885485. OLE color: 8885485.

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

Color convert

RGB 237 148 135 -
CMYK 0 0.38 0.43 0.07
HSL 7.65º 0.74% 0.73% -
HSV(B) 7.65º 0.43% 0.93% -
XYZ 49.89 40.93 28.19 -
YUV 173.13 106.49 173.56 -
System Red Green Blue C M Y K H S L
Decimal 237 148 135 0 0.38 0.43 0.07 7.65 0.74 0.73
Hex ED 94 87 0 26 2B 7 8 4A 49
Octal 355 224 207 0 46 53 7 10 112 111
Binary 11101101 10010100 10000111 0 100110 101011 111 1000 1001010 1001001

Color Harmonies of #ED9487

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED9487

Black with #ED9487

Text Example


Text Example

White with #ED9487

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED9487; }

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

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

background-color css

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

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

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

border-color css

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

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

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