Html Css Color HEX #EC9390 Sweet Pink

📋 copy color: '#EC9390'

red 236 ◦ green 147 ◦ blue 144

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

Shades of Sweet Pink #EC9390

Tints of Sweet Pink #EC9390

RGB

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

 GREEN value IS 147 (57.81% from 255) = 27.89%

 BLUE value IS 144 (56.64% from 255) = 27.32%

R = 44.78%
G = 27.89%
B = 27.32%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.39

 K value IS 0.07

RGB Variations

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

Color information

#EC9390 (or 0xEC9390) is known color: Sweet Pink. HEX triplet: EC, 93 and 90. RGB value is (236,147,144). Sum of RGB (Red+Green+Blue) = 236+147+144=527 (69% of max value = 765). Red value is 236 (92.58% from 255 or 44.78% from 527); Green value is 147 (57.81% from 255 or 27.89% from 527); Blue value is 144 (56.64% from 255 or 27.32% from 527); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9390 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EC9390 is #136C6F. Grayscale: #ADADAD. Windows color (decimal): -1272944 or 9475052. OLE color: 9475052.

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

Color convert

RGB 236 147 144 -
CMYK 0 0.38 0.39 0.07
HSL 1.96º 0.71% 0.75% -
HSV(B) 1.96º 0.39% 0.93% -
XYZ 50.06 40.71 31.61 -
YUV 173.27 111.49 172.74 -
System Red Green Blue C M Y K H S L
Decimal 236 147 144 0 0.38 0.39 0.07 1.96 0.71 0.75
Hex EC 93 90 0 26 27 7 2 47 4B
Octal 354 223 220 0 46 47 7 2 107 113
Binary 11101100 10010011 10010000 0 100110 100111 111 10 1000111 1001011

Color Harmonies of #EC9390

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC9390

Black with #EC9390

Text Example


Text Example

White with #EC9390

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC9390; }

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

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

background-color css

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

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

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

border-color css

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

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

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