Html Css Color HEX #EC917E Dark Salmon

📋 copy color: '#EC917E'

red 236 ◦ green 145 ◦ blue 126

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

Shades of Dark Salmon #EC917E

Tints of Dark Salmon #EC917E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 24.85%

R = 46.55%
G = 28.6%
B = 24.85%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.47

 K value IS 0.07

RGB Variations

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

Color information

#EC917E (or 0xEC917E) is known color: Dark Salmon. HEX triplet: EC, 91 and 7E. RGB value is (236,145,126). Sum of RGB (Red+Green+Blue) = 236+145+126=507 (67% of max value = 765). Red value is 236 (92.58% from 255 or 46.55% from 507); Green value is 145 (57.03% from 255 or 28.60% from 507); Blue value is 126 (49.61% from 255 or 24.85% from 507); Max value from RGB is 236 - color contains mainly: red. Hex color #EC917E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EC917E is #136E81. Grayscale: #AAAAAA. Windows color (decimal): -1273474 or 8294892. OLE color: 8294892.

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

Color convert

RGB 236 145 126 -
CMYK 0 0.39 0.47 0.07
HSL 10.36º 0.74% 0.71% -
HSV(B) 10.36º 0.47% 0.93% -
XYZ 48.48 39.59 24.82 -
YUV 170.04 103.15 175.04 -
System Red Green Blue C M Y K H S L
Decimal 236 145 126 0 0.39 0.47 0.07 10.36 0.74 0.71
Hex EC 91 7E 0 27 2F 7 A 4A 47
Octal 354 221 176 0 47 57 7 12 112 107
Binary 11101100 10010001 1111110 0 100111 101111 111 1010 1001010 1000111

Color Harmonies of #EC917E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC917E

Black with #EC917E

Text Example


Text Example

White with #EC917E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC917E; }

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

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

background-color css

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

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

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

border-color css

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

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

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