Html Css Color HEX #EC8985 Sweet Pink

📋 copy color: '#EC8985'

red 236 ◦ green 137 ◦ blue 133

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

Shades of Sweet Pink #EC8985

Tints of Sweet Pink #EC8985

RGB

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

 GREEN value IS 137 (53.91% from 255) = 27.08%

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

R = 46.64%
G = 27.08%
B = 26.28%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.44

 K value IS 0.07

RGB Variations

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

Color information

#EC8985 (or 0xEC8985) is known color: Sweet Pink. HEX triplet: EC, 89 and 85. RGB value is (236,137,133). Sum of RGB (Red+Green+Blue) = 236+137+133=506 (67% of max value = 765). Red value is 236 (92.58% from 255 or 46.64% from 506); Green value is 137 (53.91% from 255 or 27.08% from 506); Blue value is 133 (52.34% from 255 or 26.28% from 506); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8985 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EC8985 is #13767A. Grayscale: #A6A6A6. Windows color (decimal): -1275515 or 8751596. OLE color: 8751596.

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

Color convert

RGB 236 137 133 -
CMYK 0 0.42 0.44 0.07
HSL 2.33º 0.73% 0.72% -
HSV(B) 2.33º 0.44% 0.93% -
XYZ 47.77 37.42 26.89 -
YUV 166.15 109.3 177.83 -
System Red Green Blue C M Y K H S L
Decimal 236 137 133 0 0.42 0.44 0.07 2.33 0.73 0.72
Hex EC 89 85 0 2A 2C 7 2 49 48
Octal 354 211 205 0 52 54 7 2 111 110
Binary 11101100 10001001 10000101 0 101010 101100 111 10 1001001 1001000

Color Harmonies of #EC8985

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC8985

Black with #EC8985

Text Example


Text Example

White with #EC8985

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC8985; }

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

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

background-color css

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

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

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

border-color css

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

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

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