Html Css Color HEX #EC9994 Sweet Pink

📋 copy color: '#EC9994'

red 236 ◦ green 153 ◦ blue 148

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

Shades of Sweet Pink #EC9994

Tints of Sweet Pink #EC9994

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 27.56%

R = 43.95%
G = 28.49%
B = 27.56%

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

#EC9994 (or 0xEC9994) is known color: Sweet Pink. HEX triplet: EC, 99 and 94. RGB value is (236,153,148). Sum of RGB (Red+Green+Blue) = 236+153+148=537 (71% of max value = 765). Red value is 236 (92.58% from 255 or 43.95% from 537); Green value is 153 (60.16% from 255 or 28.49% from 537); Blue value is 148 (58.20% from 255 or 27.56% from 537); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9994 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EC9994 is #13666B. Grayscale: #B1B1B1. Windows color (decimal): -1271404 or 9738732. OLE color: 9738732.

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

Color convert

RGB 236 153 148 -
CMYK 0 0.35 0.37 0.07
HSL 3.41º 0.7% 0.75% -
HSV(B) 3.41º 0.37% 0.93% -
XYZ 51.33 42.75 33.56 -
YUV 177.25 111.5 169.91 -
System Red Green Blue C M Y K H S L
Decimal 236 153 148 0 0.35 0.37 0.07 3.41 0.7 0.75
Hex EC 99 94 0 23 25 7 3 46 4B
Octal 354 231 224 0 43 45 7 3 106 113
Binary 11101100 10011001 10010100 0 100011 100101 111 11 1000110 1001011

Color Harmonies of #EC9994

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC9994

Black with #EC9994

Text Example


Text Example

White with #EC9994

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC9994; }

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

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

background-color css

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

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

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

border-color css

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

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

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