Html Css Color HEX #EC8D82 Sweet Pink

📋 copy color: '#EC8D82'

red 236 ◦ green 141 ◦ blue 130

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

Shades of Sweet Pink #EC8D82

Tints of Sweet Pink #EC8D82

RGB

 RED value IS 236 (92.58% from 255) = 46.55%

 GREEN value IS 141 (55.47% from 255) = 27.81%

 BLUE value IS 130 (51.17% from 255) = 25.64%

R = 46.55%
G = 27.81%
B = 25.64%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.45

 K value IS 0.07

RGB Variations

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

Color information

#EC8D82 (or 0xEC8D82) is known color: Sweet Pink. HEX triplet: EC, 8D and 82. RGB value is (236,141,130). Sum of RGB (Red+Green+Blue) = 236+141+130=507 (67% of max value = 765). Red value is 236 (92.58% from 255 or 46.55% from 507); Green value is 141 (55.47% from 255 or 27.81% from 507); Blue value is 130 (51.17% from 255 or 25.64% from 507); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8D82 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EC8D82 is #13727D. Grayscale: #A8A8A8. Windows color (decimal): -1274494 or 8556012. OLE color: 8556012.

HSL color Cylindrical-coordinate representation of color #EC8D82: hue angle of 6.23º degrees, saturation: 0.74, 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 #EC8D82 is Cyan = 0, Magento = 0.40, Yellow = 0.45 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 141 130 -
CMYK 0 0.40 0.45 0.07
HSL 6.23º 0.74% 0.72% -
HSV(B) 6.23º 0.45% 0.93% -
XYZ 48.15 38.49 26.01 -
YUV 168.15 106.47 176.39 -
System Red Green Blue C M Y K H S L
Decimal 236 141 130 0 0.40 0.45 0.07 6.23 0.74 0.72
Hex EC 8D 82 0 28 2D 7 6 4A 48
Octal 354 215 202 0 50 55 7 6 112 110
Binary 11101100 10001101 10000010 0 101000 101101 111 110 1001010 1001000

Color Harmonies of #EC8D82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC8D82

Black with #EC8D82

Text Example


Text Example

White with #EC8D82

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC8D82; }

 p { color: rgb(236,141,130); }

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

background-color css

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

 a { background-color: rgb(236,141,130); }

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

border-color css

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

 span { border-color: rgb(236,141,130); }

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