Html Css Color HEX #EC8F8E Sweet Pink

📋 copy color: '#EC8F8E'

red 236 ◦ green 143 ◦ blue 142

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

Shades of Sweet Pink #EC8F8E

Tints of Sweet Pink #EC8F8E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 27.26%

R = 45.3%
G = 27.45%
B = 27.26%

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

#EC8F8E (or 0xEC8F8E) is known color: Sweet Pink. HEX triplet: EC, 8F and 8E. RGB value is (236,143,142). Sum of RGB (Red+Green+Blue) = 236+143+142=521 (69% of max value = 765). Red value is 236 (92.58% from 255 or 45.30% from 521); Green value is 143 (56.25% from 255 or 27.45% from 521); Blue value is 142 (55.86% from 255 or 27.26% from 521); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8F8E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EC8F8E is #137071. Grayscale: #AAAAAA. Windows color (decimal): -1273970 or 9342956. OLE color: 9342956.

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

Color convert

RGB 236 143 142 -
CMYK 0 0.39 0.40 0.07
HSL 0.64º 0.71% 0.74% -
HSV(B) 0.64º 0.4% 0.93% -
XYZ 49.3 39.43 30.6 -
YUV 170.69 111.81 174.58 -
System Red Green Blue C M Y K H S L
Decimal 236 143 142 0 0.39 0.40 0.07 0.64 0.71 0.74
Hex EC 8F 8E 0 27 28 7 1 47 4A
Octal 354 217 216 0 47 50 7 1 107 112
Binary 11101100 10001111 10001110 0 100111 101000 111 1 1000111 1001010

Color Harmonies of #EC8F8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC8F8E

Black with #EC8F8E

Text Example


Text Example

White with #EC8F8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC8F8E; }

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

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

background-color css

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

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

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

border-color css

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

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

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