Html Css Color HEX #ED9283 Sweet Pink

📋 copy color: '#ED9283'

red 237 ◦ green 146 ◦ blue 131

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

Shades of Sweet Pink #ED9283

Tints of Sweet Pink #ED9283

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 25.49%

R = 46.11%
G = 28.4%
B = 25.49%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.45

 K value IS 0.07

RGB Variations

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

Color information

#ED9283 (or 0xED9283) is known color: Sweet Pink. HEX triplet: ED, 92 and 83. RGB value is (237,146,131). Sum of RGB (Red+Green+Blue) = 237+146+131=514 (68% of max value = 765). Red value is 237 (92.97% from 255 or 46.11% from 514); Green value is 146 (57.42% from 255 or 28.40% from 514); Blue value is 131 (51.56% from 255 or 25.49% from 514); Max value from RGB is 237 - color contains mainly: red. Hex color #ED9283 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED9283 is #126D7C. Grayscale: #ABABAB. Windows color (decimal): -1207677 or 8622829. OLE color: 8622829.

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

Color convert

RGB 237 146 131 -
CMYK 0 0.38 0.45 0.07
HSL 8.49º 0.75% 0.72% -
HSV(B) 8.49º 0.45% 0.93% -
XYZ 49.3 40.2 26.63 -
YUV 171.5 105.15 174.72 -
System Red Green Blue C M Y K H S L
Decimal 237 146 131 0 0.38 0.45 0.07 8.49 0.75 0.72
Hex ED 92 83 0 26 2D 7 8 4B 48
Octal 355 222 203 0 46 55 7 10 113 110
Binary 11101101 10010010 10000011 0 100110 101101 111 1000 1001011 1001000

Color Harmonies of #ED9283

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED9283

Black with #ED9283

Text Example


Text Example

White with #ED9283

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED9283; }

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

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

background-color css

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

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

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

border-color css

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

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

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