Html Css Color HEX #ED9286 Sweet Pink

📋 copy color: '#ED9286'

red 237 ◦ green 146 ◦ blue 134

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

Shades of Sweet Pink #ED9286

Tints of Sweet Pink #ED9286

RGB

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

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

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

R = 45.84%
G = 28.24%
B = 25.92%

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

#ED9286 (or 0xED9286) is known color: Sweet Pink. HEX triplet: ED, 92 and 86. RGB value is (237,146,134). Sum of RGB (Red+Green+Blue) = 237+146+134=517 (68% of max value = 765). Red value is 237 (92.97% from 255 or 45.84% from 517); Green value is 146 (57.42% from 255 or 28.24% from 517); Blue value is 134 (52.73% from 255 or 25.92% from 517); Max value from RGB is 237 - color contains mainly: red. Hex color #ED9286 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED9286 is #126D79. Grayscale: #ABABAB. Windows color (decimal): -1207674 or 8819437. OLE color: 8819437.

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

Color convert

RGB 237 146 134 -
CMYK 0 0.38 0.43 0.07
HSL 6.99º 0.74% 0.73% -
HSV(B) 6.99º 0.43% 0.93% -
XYZ 49.51 40.28 27.72 -
YUV 171.84 106.65 174.48 -
System Red Green Blue C M Y K H S L
Decimal 237 146 134 0 0.38 0.43 0.07 6.99 0.74 0.73
Hex ED 92 86 0 26 2B 7 7 4A 49
Octal 355 222 206 0 46 53 7 7 112 111
Binary 11101101 10010010 10000110 0 100110 101011 111 111 1001010 1001001

Color Harmonies of #ED9286

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED9286

Black with #ED9286

Text Example


Text Example

White with #ED9286

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED9286; }

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

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

background-color css

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

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

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

border-color css

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

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

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