Html Css Color HEX #EC8C85 Sweet Pink

📋 copy color: '#EC8C85'

red 236 ◦ green 140 ◦ blue 133

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

Shades of Sweet Pink #EC8C85

Tints of Sweet Pink #EC8C85

RGB

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

 GREEN value IS 140 (55.08% from 255) = 27.5%

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

R = 46.37%
G = 27.5%
B = 26.13%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.44

 K value IS 0.07

RGB Variations

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

Color information

#EC8C85 (or 0xEC8C85) is known color: Sweet Pink. HEX triplet: EC, 8C and 85. RGB value is (236,140,133). Sum of RGB (Red+Green+Blue) = 236+140+133=509 (67% of max value = 765). Red value is 236 (92.58% from 255 or 46.37% from 509); Green value is 140 (55.08% from 255 or 27.50% from 509); Blue value is 133 (52.34% from 255 or 26.13% from 509); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8C85 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EC8C85 is #13737A. Grayscale: #A8A8A8. Windows color (decimal): -1274747 or 8752364. OLE color: 8752364.

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

Color convert

RGB 236 140 133 -
CMYK 0 0.41 0.44 0.07
HSL 4.08º 0.73% 0.72% -
HSV(B) 4.08º 0.44% 0.93% -
XYZ 48.2 38.28 27.04 -
YUV 167.91 108.3 176.57 -
System Red Green Blue C M Y K H S L
Decimal 236 140 133 0 0.41 0.44 0.07 4.08 0.73 0.72
Hex EC 8C 85 0 29 2C 7 4 49 48
Octal 354 214 205 0 51 54 7 4 111 110
Binary 11101100 10001100 10000101 0 101001 101100 111 100 1001001 1001000

Color Harmonies of #EC8C85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC8C85

Black with #EC8C85

Text Example


Text Example

White with #EC8C85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC8C85; }

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

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

background-color css

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

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

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

border-color css

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

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

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