Html Css Color HEX #EC9995 Sweet Pink

📋 copy color: '#EC9995'

red 236 ◦ green 153 ◦ blue 149

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

Shades of Sweet Pink #EC9995

Tints of Sweet Pink #EC9995

RGB

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

 GREEN value IS 153 (60.16% from 255) = 28.44%

 BLUE value IS 149 (58.59% from 255) = 27.7%

R = 43.87%
G = 28.44%
B = 27.7%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.37

 K value IS 0.07

RGB Variations

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

Color information

#EC9995 (or 0xEC9995) is known color: Sweet Pink. HEX triplet: EC, 99 and 95. RGB value is (236,153,149). Sum of RGB (Red+Green+Blue) = 236+153+149=538 (71% of max value = 765). Red value is 236 (92.58% from 255 or 43.87% from 538); Green value is 153 (60.16% from 255 or 28.44% from 538); Blue value is 149 (58.59% from 255 or 27.70% from 538); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9995 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EC9995 is #13666A. Grayscale: #B1B1B1. Windows color (decimal): -1271403 or 9804268. OLE color: 9804268.

HSL color Cylindrical-coordinate representation of color #EC9995: hue angle of 2.76º degrees, saturation: 0.7, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #EC9995 is Cyan = 0, Magento = 0.35, Yellow = 0.37 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 153 149 -
CMYK 0 0.35 0.37 0.07
HSL 2.76º 0.7% 0.75% -
HSV(B) 2.76º 0.37% 0.93% -
XYZ 51.41 42.79 33.98 -
YUV 177.36 112 169.83 -
System Red Green Blue C M Y K H S L
Decimal 236 153 149 0 0.35 0.37 0.07 2.76 0.7 0.75
Hex EC 99 95 0 23 25 7 3 46 4B
Octal 354 231 225 0 43 45 7 3 106 113
Binary 11101100 10011001 10010101 0 100011 100101 111 11 1000110 1001011

Color Harmonies of #EC9995

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC9995

Black with #EC9995

Text Example


Text Example

White with #EC9995

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC9995; }

 p { color: rgb(236,153,149); }

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

background-color css

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

 a { background-color: rgb(236,153,149); }

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

border-color css

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

 span { border-color: rgb(236,153,149); }

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