Html Css Color HEX #EC948D Sweet Pink

📋 copy color: '#EC948D'

red 236 ◦ green 148 ◦ blue 141

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

Shades of Sweet Pink #EC948D

Tints of Sweet Pink #EC948D

RGB

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

 GREEN value IS 148 (58.2% from 255) = 28.19%

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

R = 44.95%
G = 28.19%
B = 26.86%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.40

 K value IS 0.07

RGB Variations

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

Color information

#EC948D (or 0xEC948D) is known color: Sweet Pink. HEX triplet: EC, 94 and 8D. RGB value is (236,148,141). Sum of RGB (Red+Green+Blue) = 236+148+141=525 (69% of max value = 765). Red value is 236 (92.58% from 255 or 44.95% from 525); Green value is 148 (58.20% from 255 or 28.19% from 525); Blue value is 141 (55.47% from 255 or 26.86% from 525); Max value from RGB is 236 - color contains mainly: red. Hex color #EC948D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EC948D is #136B72. Grayscale: #ADADAD. Windows color (decimal): -1272691 or 9278700. OLE color: 9278700.

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

Color convert

RGB 236 148 141 -
CMYK 0 0.37 0.40 0.07
HSL 4.42º 0.71% 0.74% -
HSV(B) 4.42º 0.4% 0.93% -
XYZ 49.99 40.94 30.47 -
YUV 173.51 109.65 172.57 -
System Red Green Blue C M Y K H S L
Decimal 236 148 141 0 0.37 0.40 0.07 4.42 0.71 0.74
Hex EC 94 8D 0 25 28 7 4 47 4A
Octal 354 224 215 0 45 50 7 4 107 112
Binary 11101100 10010100 10001101 0 100101 101000 111 100 1000111 1001010

Color Harmonies of #EC948D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC948D

Black with #EC948D

Text Example


Text Example

White with #EC948D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC948D; }

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

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

background-color css

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

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

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

border-color css

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

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

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