Html Css Color HEX #EC928A Sweet Pink

📋 copy color: '#EC928A'

red 236 ◦ green 146 ◦ blue 138

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

Shades of Sweet Pink #EC928A

Tints of Sweet Pink #EC928A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 26.54%

R = 45.38%
G = 28.08%
B = 26.54%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.42

 K value IS 0.07

RGB Variations

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

Color information

#EC928A (or 0xEC928A) is known color: Sweet Pink. HEX triplet: EC, 92 and 8A. RGB value is (236,146,138). Sum of RGB (Red+Green+Blue) = 236+146+138=520 (68% of max value = 765). Red value is 236 (92.58% from 255 or 45.38% from 520); Green value is 146 (57.42% from 255 or 28.08% from 520); Blue value is 138 (54.30% from 255 or 26.54% from 520); Max value from RGB is 236 - color contains mainly: red. Hex color #EC928A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EC928A is #136D75. Grayscale: #ACACAC. Windows color (decimal): -1273206 or 9081580. OLE color: 9081580.

HSL color Cylindrical-coordinate representation of color #EC928A: hue angle of 4.9º degrees, saturation: 0.72, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #EC928A is Cyan = 0, Magento = 0.38, Yellow = 0.42 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 146 138 -
CMYK 0 0.38 0.42 0.07
HSL 4.9º 0.72% 0.73% -
HSV(B) 4.9º 0.42% 0.93% -
XYZ 49.46 40.23 29.2 -
YUV 172 108.82 173.65 -
System Red Green Blue C M Y K H S L
Decimal 236 146 138 0 0.38 0.42 0.07 4.9 0.72 0.73
Hex EC 92 8A 0 26 2A 7 5 48 49
Octal 354 222 212 0 46 52 7 5 110 111
Binary 11101100 10010010 10001010 0 100110 101010 111 101 1001000 1001001

Color Harmonies of #EC928A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC928A

Black with #EC928A

Text Example


Text Example

White with #EC928A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC928A; }

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

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

background-color css

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

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

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

border-color css

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

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

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