Html Css Color HEX #EC928E Sweet Pink

📋 copy color: '#EC928E'

red 236 ◦ green 146 ◦ blue 142

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

Shades of Sweet Pink #EC928E

Tints of Sweet Pink #EC928E

RGB

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

 GREEN value IS 146 (57.42% from 255) = 27.86%

 BLUE value IS 142 (55.86% from 255) = 27.1%

R = 45.04%
G = 27.86%
B = 27.1%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.40

 K value IS 0.07

RGB Variations

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

Color information

#EC928E (or 0xEC928E) is known color: Sweet Pink. HEX triplet: EC, 92 and 8E. RGB value is (236,146,142). Sum of RGB (Red+Green+Blue) = 236+146+142=524 (69% of max value = 765). Red value is 236 (92.58% from 255 or 45.04% from 524); Green value is 146 (57.42% from 255 or 27.86% from 524); Blue value is 142 (55.86% from 255 or 27.10% from 524); Max value from RGB is 236 - color contains mainly: red. Hex color #EC928E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EC928E is #136D71. Grayscale: #ACACAC. Windows color (decimal): -1273202 or 9343724. OLE color: 9343724.

HSL color Cylindrical-coordinate representation of color #EC928E: hue angle of 2.55º degrees, saturation: 0.71, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #EC928E is Cyan = 0, Magento = 0.38, Yellow = 0.40 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 146 142 -
CMYK 0 0.38 0.40 0.07
HSL 2.55º 0.71% 0.74% -
HSV(B) 2.55º 0.4% 0.93% -
XYZ 49.75 40.34 30.76 -
YUV 172.45 110.82 173.33 -
System Red Green Blue C M Y K H S L
Decimal 236 146 142 0 0.38 0.40 0.07 2.55 0.71 0.74
Hex EC 92 8E 0 26 28 7 3 47 4A
Octal 354 222 216 0 46 50 7 3 107 112
Binary 11101100 10010010 10001110 0 100110 101000 111 11 1000111 1001010

Color Harmonies of #EC928E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC928E

Black with #EC928E

Text Example


Text Example

White with #EC928E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC928E; }

 p { color: rgb(236,146,142); }

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

background-color css

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

 a { background-color: rgb(236,146,142); }

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

border-color css

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

 span { border-color: rgb(236,146,142); }

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