Html Css Color HEX #EC918D Sweet Pink

📋 copy color: '#EC918D'

red 236 ◦ green 145 ◦ blue 141

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

Shades of Sweet Pink #EC918D

Tints of Sweet Pink #EC918D

RGB

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

 GREEN value IS 145 (57.03% from 255) = 27.78%

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

R = 45.21%
G = 27.78%
B = 27.01%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.40

 K value IS 0.07

RGB Variations

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

Color information

#EC918D (or 0xEC918D) is known color: Sweet Pink. HEX triplet: EC, 91 and 8D. RGB value is (236,145,141). Sum of RGB (Red+Green+Blue) = 236+145+141=522 (69% of max value = 765). Red value is 236 (92.58% from 255 or 45.21% from 522); Green value is 145 (57.03% from 255 or 27.78% from 522); Blue value is 141 (55.47% from 255 or 27.01% from 522); Max value from RGB is 236 - color contains mainly: red. Hex color #EC918D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EC918D is #136E72. Grayscale: #ABABAB. Windows color (decimal): -1273459 or 9277932. OLE color: 9277932.

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

Color convert

RGB 236 145 141 -
CMYK 0 0.39 0.40 0.07
HSL 2.53º 0.71% 0.74% -
HSV(B) 2.53º 0.4% 0.93% -
XYZ 49.53 40.01 30.31 -
YUV 171.75 110.65 173.83 -
System Red Green Blue C M Y K H S L
Decimal 236 145 141 0 0.39 0.40 0.07 2.53 0.71 0.74
Hex EC 91 8D 0 27 28 7 3 47 4A
Octal 354 221 215 0 47 50 7 3 107 112
Binary 11101100 10010001 10001101 0 100111 101000 111 11 1000111 1001010

Color Harmonies of #EC918D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC918D

Black with #EC918D

Text Example


Text Example

White with #EC918D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC918D; }

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

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

background-color css

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

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

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

border-color css

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

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

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