Html Css Color HEX #EC8B8B Sweet Pink

📋 copy color: '#EC8B8B'

red 236 ◦ green 139 ◦ blue 139

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

Shades of Sweet Pink #EC8B8B

Tints of Sweet Pink #EC8B8B

RGB

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

 GREEN value IS 139 (54.69% from 255) = 27.04%

 BLUE value IS 139 (54.69% from 255) = 27.04%

R = 45.91%
G = 27.04%
B = 27.04%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.41

 K value IS 0.07

RGB Variations

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

Color information

#EC8B8B (or 0xEC8B8B) is known color: Sweet Pink. HEX triplet: EC, 8B and 8B. RGB value is (236,139,139). Sum of RGB (Red+Green+Blue) = 236+139+139=514 (68% of max value = 765). Red value is 236 (92.58% from 255 or 45.91% from 514); Green value is 139 (54.69% from 255 or 27.04% from 514); Blue value is 139 (54.69% from 255 or 27.04% from 514); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8B8B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EC8B8B is #137474. Grayscale: #A8A8A8. Windows color (decimal): -1274997 or 9145324. OLE color: 9145324.

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

Color convert

RGB 236 139 139 -
CMYK 0 0.41 0.41 0.07
HSL 0.72% 0.74% -
HSV(B) 0.41% 0.93% -
XYZ 48.48 38.16 29.24 -
YUV 168 111.64 176.5 -
System Red Green Blue C M Y K H S L
Decimal 236 139 139 0 0.41 0.41 0.07 0 0.72 0.74
Hex EC 8B 8B 0 29 29 7 0 48 4A
Octal 354 213 213 0 51 51 7 0 110 112
Binary 11101100 10001011 10001011 0 101001 101001 111 0 1001000 1001010

Color Harmonies of #EC8B8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC8B8B

Black with #EC8B8B

Text Example


Text Example

White with #EC8B8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC8B8B; }

 p { color: rgb(236,139,139); }

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

background-color css

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

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

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

border-color css

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

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

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