Html Css Color HEX #EC948B Sweet Pink

📋 copy color: '#EC948B'

red 236 ◦ green 148 ◦ blue 139

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

Shades of Sweet Pink #EC948B

Tints of Sweet Pink #EC948B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 26.58%

R = 45.12%
G = 28.3%
B = 26.58%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.41

 K value IS 0.07

RGB Variations

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

Color information

#EC948B (or 0xEC948B) is known color: Sweet Pink. HEX triplet: EC, 94 and 8B. RGB value is (236,148,139). Sum of RGB (Red+Green+Blue) = 236+148+139=523 (69% of max value = 765). Red value is 236 (92.58% from 255 or 45.12% from 523); Green value is 148 (58.20% from 255 or 28.30% from 523); Blue value is 139 (54.69% from 255 or 26.58% from 523); Max value from RGB is 236 - color contains mainly: red. Hex color #EC948B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EC948B is #136B74. Grayscale: #ADADAD. Windows color (decimal): -1272693 or 9147628. OLE color: 9147628.

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

Color convert

RGB 236 148 139 -
CMYK 0 0.37 0.41 0.07
HSL 5.57º 0.72% 0.74% -
HSV(B) 5.57º 0.41% 0.93% -
XYZ 49.84 40.88 29.69 -
YUV 173.29 108.65 172.73 -
System Red Green Blue C M Y K H S L
Decimal 236 148 139 0 0.37 0.41 0.07 5.57 0.72 0.74
Hex EC 94 8B 0 25 29 7 6 48 4A
Octal 354 224 213 0 45 51 7 6 110 112
Binary 11101100 10010100 10001011 0 100101 101001 111 110 1001000 1001010

Color Harmonies of #EC948B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC948B

Black with #EC948B

Text Example


Text Example

White with #EC948B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC948B; }

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

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

background-color css

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

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

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

border-color css

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

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

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