Html Css Color HEX #EC9E94 Sweet Pink

📋 copy color: '#EC9E94'

red 236 ◦ green 158 ◦ blue 148

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

Shades of Sweet Pink #EC9E94

Tints of Sweet Pink #EC9E94

RGB

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

 GREEN value IS 158 (62.11% from 255) = 29.15%

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

R = 43.54%
G = 29.15%
B = 27.31%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.37

 K value IS 0.07

RGB Variations

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

Color information

#EC9E94 (or 0xEC9E94) is known color: Sweet Pink. HEX triplet: EC, 9E and 94. RGB value is (236,158,148). Sum of RGB (Red+Green+Blue) = 236+158+148=542 (71% of max value = 765). Red value is 236 (92.58% from 255 or 43.54% from 542); Green value is 158 (62.11% from 255 or 29.15% from 542); Blue value is 148 (58.20% from 255 or 27.31% from 542); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9E94 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EC9E94 is #13616B. Grayscale: #B4B4B4. Windows color (decimal): -1270124 or 9740012. OLE color: 9740012.

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

Color convert

RGB 236 158 148 -
CMYK 0 0.33 0.37 0.07
HSL 6.82º 0.7% 0.75% -
HSV(B) 6.82º 0.37% 0.93% -
XYZ 52.16 44.42 33.84 -
YUV 180.18 109.84 167.81 -
System Red Green Blue C M Y K H S L
Decimal 236 158 148 0 0.33 0.37 0.07 6.82 0.7 0.75
Hex EC 9E 94 0 21 25 7 7 46 4B
Octal 354 236 224 0 41 45 7 7 106 113
Binary 11101100 10011110 10010100 0 100001 100101 111 111 1000110 1001011

Color Harmonies of #EC9E94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC9E94

Black with #EC9E94

Text Example


Text Example

White with #EC9E94

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC9E94; }

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

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

background-color css

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

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

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

border-color css

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

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

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