Html Css Color HEX #EC928D Sweet Pink

📋 copy color: '#EC928D'

red 236 ◦ green 146 ◦ blue 141

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

Shades of Sweet Pink #EC928D

Tints of Sweet Pink #EC928D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 26.96%

R = 45.12%
G = 27.92%
B = 26.96%

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

#EC928D (or 0xEC928D) is known color: Sweet Pink. HEX triplet: EC, 92 and 8D. RGB value is (236,146,141). Sum of RGB (Red+Green+Blue) = 236+146+141=523 (69% of max value = 765). Red value is 236 (92.58% from 255 or 45.12% from 523); Green value is 146 (57.42% from 255 or 27.92% from 523); Blue value is 141 (55.47% from 255 or 26.96% from 523); Max value from RGB is 236 - color contains mainly: red. Hex color #EC928D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EC928D is #136D72. Grayscale: #ACACAC. Windows color (decimal): -1273203 or 9278188. OLE color: 9278188.

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

Color convert

RGB 236 146 141 -
CMYK 0 0.38 0.40 0.07
HSL 3.16º 0.71% 0.74% -
HSV(B) 3.16º 0.4% 0.93% -
XYZ 49.68 40.31 30.36 -
YUV 172.34 110.32 173.41 -
System Red Green Blue C M Y K H S L
Decimal 236 146 141 0 0.38 0.40 0.07 3.16 0.71 0.74
Hex EC 92 8D 0 26 28 7 3 47 4A
Octal 354 222 215 0 46 50 7 3 107 112
Binary 11101100 10010010 10001101 0 100110 101000 111 11 1000111 1001010

Color Harmonies of #EC928D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC928D

Black with #EC928D

Text Example


Text Example

White with #EC928D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC928D; }

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

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

background-color css

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

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

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

border-color css

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

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

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