Html Css Color HEX #EC8E85 Sweet Pink

📋 copy color: '#EC8E85'

red 236 ◦ green 142 ◦ blue 133

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

Shades of Sweet Pink #EC8E85

Tints of Sweet Pink #EC8E85

RGB

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

 GREEN value IS 142 (55.86% from 255) = 27.79%

 BLUE value IS 133 (52.34% from 255) = 26.03%

R = 46.18%
G = 27.79%
B = 26.03%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.44

 K value IS 0.07

RGB Variations

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

Color information

#EC8E85 (or 0xEC8E85) is known color: Sweet Pink. HEX triplet: EC, 8E and 85. RGB value is (236,142,133). Sum of RGB (Red+Green+Blue) = 236+142+133=511 (67% of max value = 765). Red value is 236 (92.58% from 255 or 46.18% from 511); Green value is 142 (55.86% from 255 or 27.79% from 511); Blue value is 133 (52.34% from 255 or 26.03% from 511); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8E85 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EC8E85 is #13717A. Grayscale: #A9A9A9. Windows color (decimal): -1274235 or 8752876. OLE color: 8752876.

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

Color convert

RGB 236 142 133 -
CMYK 0 0.40 0.44 0.07
HSL 5.24º 0.73% 0.72% -
HSV(B) 5.24º 0.44% 0.93% -
XYZ 48.5 38.87 27.14 -
YUV 169.08 107.64 175.73 -
System Red Green Blue C M Y K H S L
Decimal 236 142 133 0 0.40 0.44 0.07 5.24 0.73 0.72
Hex EC 8E 85 0 28 2C 7 5 49 48
Octal 354 216 205 0 50 54 7 5 111 110
Binary 11101100 10001110 10000101 0 101000 101100 111 101 1001001 1001000

Color Harmonies of #EC8E85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC8E85

Black with #EC8E85

Text Example


Text Example

White with #EC8E85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC8E85; }

 p { color: rgb(236,142,133); }

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

background-color css

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

 a { background-color: rgb(236,142,133); }

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

border-color css

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

 span { border-color: rgb(236,142,133); }

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