Html Css Color HEX #EC8F8D Sweet Pink

📋 copy color: '#EC8F8D'

red 236 ◦ green 143 ◦ blue 141

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

Shades of Sweet Pink #EC8F8D

Tints of Sweet Pink #EC8F8D

RGB

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

 GREEN value IS 143 (56.25% from 255) = 27.5%

 BLUE value IS 141 (55.47% from 255) = 27.12%

R = 45.38%
G = 27.5%
B = 27.12%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.40

 K value IS 0.07

RGB Variations

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

Color information

#EC8F8D (or 0xEC8F8D) is known color: Sweet Pink. HEX triplet: EC, 8F and 8D. RGB value is (236,143,141). Sum of RGB (Red+Green+Blue) = 236+143+141=520 (68% of max value = 765). Red value is 236 (92.58% from 255 or 45.38% from 520); Green value is 143 (56.25% from 255 or 27.5% from 520); Blue value is 141 (55.47% from 255 or 27.12% from 520); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8F8D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EC8F8D is #137072. Grayscale: #AAAAAA. Windows color (decimal): -1273971 or 9277420. OLE color: 9277420.

HSL color Cylindrical-coordinate representation of color #EC8F8D: hue angle of 1.26º degrees, saturation: 0.71, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #EC8F8D is Cyan = 0, Magento = 0.39, Yellow = 0.40 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 143 141 -
CMYK 0 0.39 0.40 0.07
HSL 1.26º 0.71% 0.74% -
HSV(B) 1.26º 0.4% 0.93% -
XYZ 49.22 39.4 30.21 -
YUV 170.58 111.31 174.66 -
System Red Green Blue C M Y K H S L
Decimal 236 143 141 0 0.39 0.40 0.07 1.26 0.71 0.74
Hex EC 8F 8D 0 27 28 7 1 47 4A
Octal 354 217 215 0 47 50 7 1 107 112
Binary 11101100 10001111 10001101 0 100111 101000 111 1 1000111 1001010

Color Harmonies of #EC8F8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC8F8D

Black with #EC8F8D

Text Example


Text Example

White with #EC8F8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC8F8D; }

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

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

background-color css

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

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

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

border-color css

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

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

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