Html Css Color HEX #ED9086 Sweet Pink

📋 copy color: '#ED9086'

red 237 ◦ green 144 ◦ blue 134

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

Shades of Sweet Pink #ED9086

Tints of Sweet Pink #ED9086

RGB

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

 GREEN value IS 144 (56.64% from 255) = 27.96%

 BLUE value IS 134 (52.73% from 255) = 26.02%

R = 46.02%
G = 27.96%
B = 26.02%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.43

 K value IS 0.07

RGB Variations

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

Color information

#ED9086 (or 0xED9086) is known color: Sweet Pink. HEX triplet: ED, 90 and 86. RGB value is (237,144,134). Sum of RGB (Red+Green+Blue) = 237+144+134=515 (68% of max value = 765). Red value is 237 (92.97% from 255 or 46.02% from 515); Green value is 144 (56.64% from 255 or 27.96% from 515); Blue value is 134 (52.73% from 255 or 26.02% from 515); Max value from RGB is 237 - color contains mainly: red. Hex color #ED9086 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED9086 is #126F79. Grayscale: #AAAAAA. Windows color (decimal): -1208186 or 8818925. OLE color: 8818925.

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

Color convert

RGB 237 144 134 -
CMYK 0 0.39 0.43 0.07
HSL 5.83º 0.74% 0.73% -
HSV(B) 5.83º 0.43% 0.93% -
XYZ 49.2 39.67 27.62 -
YUV 170.67 107.31 175.31 -
System Red Green Blue C M Y K H S L
Decimal 237 144 134 0 0.39 0.43 0.07 5.83 0.74 0.73
Hex ED 90 86 0 27 2B 7 6 4A 49
Octal 355 220 206 0 47 53 7 6 112 111
Binary 11101101 10010000 10000110 0 100111 101011 111 110 1001010 1001001

Color Harmonies of #ED9086

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED9086

Black with #ED9086

Text Example


Text Example

White with #ED9086

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED9086; }

 p { color: rgb(237,144,134); }

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

background-color css

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

 a { background-color: rgb(237,144,134); }

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

border-color css

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

 span { border-color: rgb(237,144,134); }

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