Html Css Color HEX #ED9287 Sweet Pink

📋 copy color: '#ED9287'

red 237 ◦ green 146 ◦ blue 135

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

Shades of Sweet Pink #ED9287

Tints of Sweet Pink #ED9287

RGB

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

 GREEN value IS 146 (57.42% from 255) = 28.19%

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

R = 45.75%
G = 28.19%
B = 26.06%

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

#ED9287 (or 0xED9287) is known color: Sweet Pink. HEX triplet: ED, 92 and 87. RGB value is (237,146,135). Sum of RGB (Red+Green+Blue) = 237+146+135=518 (68% of max value = 765). Red value is 237 (92.97% from 255 or 45.75% from 518); Green value is 146 (57.42% from 255 or 28.19% from 518); Blue value is 135 (53.12% from 255 or 26.06% from 518); Max value from RGB is 237 - color contains mainly: red. Hex color #ED9287 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED9287 is #126D78. Grayscale: #ACACAC. Windows color (decimal): -1207673 or 8884973. OLE color: 8884973.

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

Color convert

RGB 237 146 135 -
CMYK 0 0.38 0.43 0.07
HSL 6.47º 0.74% 0.73% -
HSV(B) 6.47º 0.43% 0.93% -
XYZ 49.58 40.31 28.09 -
YUV 171.96 107.15 174.39 -
System Red Green Blue C M Y K H S L
Decimal 237 146 135 0 0.38 0.43 0.07 6.47 0.74 0.73
Hex ED 92 87 0 26 2B 7 6 4A 49
Octal 355 222 207 0 46 53 7 6 112 111
Binary 11101101 10010010 10000111 0 100110 101011 111 110 1001010 1001001

Color Harmonies of #ED9287

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED9287

Black with #ED9287

Text Example


Text Example

White with #ED9287

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED9287; }

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

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

background-color css

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

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

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

border-color css

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

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

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