Html Css Color HEX #EC9894 Sweet Pink

📋 copy color: '#EC9894'

red 236 ◦ green 152 ◦ blue 148

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

Shades of Sweet Pink #EC9894

Tints of Sweet Pink #EC9894

RGB

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

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

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

R = 44.03%
G = 28.36%
B = 27.61%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.37

 K value IS 0.07

RGB Variations

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

Color information

#EC9894 (or 0xEC9894) is known color: Sweet Pink. HEX triplet: EC, 98 and 94. RGB value is (236,152,148). Sum of RGB (Red+Green+Blue) = 236+152+148=536 (70% of max value = 765). Red value is 236 (92.58% from 255 or 44.03% from 536); Green value is 152 (59.77% from 255 or 28.36% from 536); Blue value is 148 (58.20% from 255 or 27.61% from 536); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9894 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EC9894 is #13676B. Grayscale: #B0B0B0. Windows color (decimal): -1271660 or 9738476. OLE color: 9738476.

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

Color convert

RGB 236 152 148 -
CMYK 0 0.36 0.37 0.07
HSL 2.73º 0.7% 0.75% -
HSV(B) 2.73º 0.37% 0.93% -
XYZ 51.17 42.43 33.51 -
YUV 176.66 111.83 170.33 -
System Red Green Blue C M Y K H S L
Decimal 236 152 148 0 0.36 0.37 0.07 2.73 0.7 0.75
Hex EC 98 94 0 24 25 7 3 46 4B
Octal 354 230 224 0 44 45 7 3 106 113
Binary 11101100 10011000 10010100 0 100100 100101 111 11 1000110 1001011

Color Harmonies of #EC9894

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC9894

Black with #EC9894

Text Example


Text Example

White with #EC9894

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC9894; }

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

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

background-color css

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

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

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

border-color css

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

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

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