Html Css Color HEX #EC918A Sweet Pink

📋 copy color: '#EC918A'

red 236 ◦ green 145 ◦ blue 138

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

Shades of Sweet Pink #EC918A

Tints of Sweet Pink #EC918A

RGB

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

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

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

R = 45.47%
G = 27.94%
B = 26.59%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.42

 K value IS 0.07

RGB Variations

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

Color information

#EC918A (or 0xEC918A) is known color: Sweet Pink. HEX triplet: EC, 91 and 8A. RGB value is (236,145,138). Sum of RGB (Red+Green+Blue) = 236+145+138=519 (68% of max value = 765). Red value is 236 (92.58% from 255 or 45.47% from 519); Green value is 145 (57.03% from 255 or 27.94% from 519); Blue value is 138 (54.30% from 255 or 26.59% from 519); Max value from RGB is 236 - color contains mainly: red. Hex color #EC918A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EC918A is #136E75. Grayscale: #ABABAB. Windows color (decimal): -1273462 or 9081324. OLE color: 9081324.

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

Color convert

RGB 236 145 138 -
CMYK 0 0.39 0.42 0.07
HSL 4.29º 0.72% 0.73% -
HSV(B) 4.29º 0.42% 0.93% -
XYZ 49.3 39.92 29.15 -
YUV 171.41 109.15 174.07 -
System Red Green Blue C M Y K H S L
Decimal 236 145 138 0 0.39 0.42 0.07 4.29 0.72 0.73
Hex EC 91 8A 0 27 2A 7 4 48 49
Octal 354 221 212 0 47 52 7 4 110 111
Binary 11101100 10010001 10001010 0 100111 101010 111 100 1001000 1001001

Color Harmonies of #EC918A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC918A

Black with #EC918A

Text Example


Text Example

White with #EC918A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC918A; }

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

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

background-color css

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

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

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

border-color css

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

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

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