Html Css Color HEX #EC8E81 Sweet Pink

📋 copy color: '#EC8E81'

red 236 ◦ green 142 ◦ blue 129

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

Shades of Sweet Pink #EC8E81

Tints of Sweet Pink #EC8E81

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 25.44%

R = 46.55%
G = 28.01%
B = 25.44%

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

#EC8E81 (or 0xEC8E81) is known color: Sweet Pink. HEX triplet: EC, 8E and 81. RGB value is (236,142,129). Sum of RGB (Red+Green+Blue) = 236+142+129=507 (67% of max value = 765). Red value is 236 (92.58% from 255 or 46.55% from 507); Green value is 142 (55.86% from 255 or 28.01% from 507); Blue value is 129 (50.78% from 255 or 25.44% from 507); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8E81 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EC8E81 is #13717E. Grayscale: #A8A8A8. Windows color (decimal): -1274239 or 8490732. OLE color: 8490732.

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

Color convert

RGB 236 142 129 -
CMYK 0 0.40 0.45 0.07
HSL 7.29º 0.74% 0.72% -
HSV(B) 7.29º 0.45% 0.93% -
XYZ 48.23 38.76 25.71 -
YUV 168.62 105.64 176.06 -
System Red Green Blue C M Y K H S L
Decimal 236 142 129 0 0.40 0.45 0.07 7.29 0.74 0.72
Hex EC 8E 81 0 28 2D 7 7 4A 48
Octal 354 216 201 0 50 55 7 7 112 110
Binary 11101100 10001110 10000001 0 101000 101101 111 111 1001010 1001000

Color Harmonies of #EC8E81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC8E81

Black with #EC8E81

Text Example


Text Example

White with #EC8E81

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC8E81; }

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

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

background-color css

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

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

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

border-color css

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

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

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