Html Css Color HEX #EC9896 Sweet Pink

📋 copy color: '#EC9896'

red 236 ◦ green 152 ◦ blue 150

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

Shades of Sweet Pink #EC9896

Tints of Sweet Pink #EC9896

RGB

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

 GREEN value IS 152 (59.77% from 255) = 28.25%

 BLUE value IS 150 (58.98% from 255) = 27.88%

R = 43.87%
G = 28.25%
B = 27.88%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.36

 K value IS 0.07

RGB Variations

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

Color information

#EC9896 (or 0xEC9896) is known color: Sweet Pink. HEX triplet: EC, 98 and 96. RGB value is (236,152,150). Sum of RGB (Red+Green+Blue) = 236+152+150=538 (71% of max value = 765). Red value is 236 (92.58% from 255 or 43.87% from 538); Green value is 152 (59.77% from 255 or 28.25% from 538); Blue value is 150 (58.98% from 255 or 27.88% from 538); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9896 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EC9896 is #136769. Grayscale: #B0B0B0. Windows color (decimal): -1271658 or 9869548. OLE color: 9869548.

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

Color convert

RGB 236 152 150 -
CMYK 0 0.36 0.36 0.07
HSL 1.4º 0.69% 0.76% -
HSV(B) 1.4º 0.36% 0.93% -
XYZ 51.33 42.49 34.35 -
YUV 176.89 112.83 170.16 -
System Red Green Blue C M Y K H S L
Decimal 236 152 150 0 0.36 0.36 0.07 1.4 0.69 0.76
Hex EC 98 96 0 24 24 7 1 45 4C
Octal 354 230 226 0 44 44 7 1 105 114
Binary 11101100 10011000 10010110 0 100100 100100 111 1 1000101 1001100

Color Harmonies of #EC9896

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC9896

Black with #EC9896

Text Example


Text Example

White with #EC9896

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC9896; }

 p { color: rgb(236,152,150); }

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

background-color css

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

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

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

border-color css

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

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

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