Html Css Color HEX #EC9285 Sweet Pink

📋 copy color: '#EC9285'

red 236 ◦ green 146 ◦ blue 133

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

Shades of Sweet Pink #EC9285

Tints of Sweet Pink #EC9285

RGB

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

 GREEN value IS 146 (57.42% from 255) = 28.35%

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

R = 45.83%
G = 28.35%
B = 25.83%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.44

 K value IS 0.07

RGB Variations

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

Color information

#EC9285 (or 0xEC9285) is known color: Sweet Pink. HEX triplet: EC, 92 and 85. RGB value is (236,146,133). Sum of RGB (Red+Green+Blue) = 236+146+133=515 (68% of max value = 765). Red value is 236 (92.58% from 255 or 45.83% from 515); Green value is 146 (57.42% from 255 or 28.35% from 515); Blue value is 133 (52.34% from 255 or 25.83% from 515); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9285 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EC9285 is #136D7A. Grayscale: #ABABAB. Windows color (decimal): -1273211 or 8753900. OLE color: 8753900.

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

Color convert

RGB 236 146 133 -
CMYK 0 0.38 0.44 0.07
HSL 7.57º 0.73% 0.72% -
HSV(B) 7.57º 0.44% 0.93% -
XYZ 49.1 40.08 27.34 -
YUV 171.43 106.32 174.06 -
System Red Green Blue C M Y K H S L
Decimal 236 146 133 0 0.38 0.44 0.07 7.57 0.73 0.72
Hex EC 92 85 0 26 2C 7 8 49 48
Octal 354 222 205 0 46 54 7 10 111 110
Binary 11101100 10010010 10000101 0 100110 101100 111 1000 1001001 1001000

Color Harmonies of #EC9285

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC9285

Black with #EC9285

Text Example


Text Example

White with #EC9285

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC9285; }

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

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

background-color css

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

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

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

border-color css

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

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

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