Html Css Color HEX #EC9185 Sweet Pink

📋 copy color: '#EC9185'

red 236 ◦ green 145 ◦ blue 133

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

Shades of Sweet Pink #EC9185

Tints of Sweet Pink #EC9185

RGB

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

 GREEN value IS 145 (57.03% from 255) = 28.21%

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

R = 45.91%
G = 28.21%
B = 25.88%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.44

 K value IS 0.07

RGB Variations

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

Color information

#EC9185 (or 0xEC9185) is known color: Sweet Pink. HEX triplet: EC, 91 and 85. RGB value is (236,145,133). Sum of RGB (Red+Green+Blue) = 236+145+133=514 (68% of max value = 765). Red value is 236 (92.58% from 255 or 45.91% from 514); Green value is 145 (57.03% from 255 or 28.21% from 514); Blue value is 133 (52.34% from 255 or 25.88% from 514); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9185 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EC9185 is #136E7A. Grayscale: #AAAAAA. Windows color (decimal): -1273467 or 8753644. OLE color: 8753644.

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

Color convert

RGB 236 145 133 -
CMYK 0 0.39 0.44 0.07
HSL 6.99º 0.73% 0.72% -
HSV(B) 6.99º 0.44% 0.93% -
XYZ 48.95 39.78 27.29 -
YUV 170.84 106.65 174.48 -
System Red Green Blue C M Y K H S L
Decimal 236 145 133 0 0.39 0.44 0.07 6.99 0.73 0.72
Hex EC 91 85 0 27 2C 7 7 49 48
Octal 354 221 205 0 47 54 7 7 111 110
Binary 11101100 10010001 10000101 0 100111 101100 111 111 1001001 1001000

Color Harmonies of #EC9185

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC9185

Black with #EC9185

Text Example


Text Example

White with #EC9185

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC9185; }

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

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

background-color css

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

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

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

border-color css

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

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

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