Html Css Color HEX #EC908C Sweet Pink

📋 copy color: '#EC908C'

red 236 ◦ green 144 ◦ blue 140

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

Shades of Sweet Pink #EC908C

Tints of Sweet Pink #EC908C

RGB

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

 GREEN value IS 144 (56.64% from 255) = 27.69%

 BLUE value IS 140 (55.08% from 255) = 26.92%

R = 45.38%
G = 27.69%
B = 26.92%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.41

 K value IS 0.07

RGB Variations

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

Color information

#EC908C (or 0xEC908C) is known color: Sweet Pink. HEX triplet: EC, 90 and 8C. RGB value is (236,144,140). Sum of RGB (Red+Green+Blue) = 236+144+140=520 (68% of max value = 765). Red value is 236 (92.58% from 255 or 45.38% from 520); Green value is 144 (56.64% from 255 or 27.69% from 520); Blue value is 140 (55.08% from 255 or 26.92% from 520); Max value from RGB is 236 - color contains mainly: red. Hex color #EC908C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EC908C is #136F73. Grayscale: #ABABAB. Windows color (decimal): -1273716 or 9212140. OLE color: 9212140.

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

Color convert

RGB 236 144 140 -
CMYK 0 0.39 0.41 0.07
HSL 2.5º 0.72% 0.74% -
HSV(B) 2.5º 0.41% 0.93% -
XYZ 49.3 39.67 29.87 -
YUV 171.05 110.48 174.33 -
System Red Green Blue C M Y K H S L
Decimal 236 144 140 0 0.39 0.41 0.07 2.5 0.72 0.74
Hex EC 90 8C 0 27 29 7 2 48 4A
Octal 354 220 214 0 47 51 7 2 110 112
Binary 11101100 10010000 10001100 0 100111 101001 111 10 1001000 1001010

Color Harmonies of #EC908C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC908C

Black with #EC908C

Text Example


Text Example

White with #EC908C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC908C; }

 p { color: rgb(236,144,140); }

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

background-color css

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

 a { background-color: rgb(236,144,140); }

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

border-color css

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

 span { border-color: rgb(236,144,140); }

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