Html Css Color HEX #E0907D Dark Salmon

📋 copy color: '#E0907D'

red 224 ◦ green 144 ◦ blue 125

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

Shades of Dark Salmon #E0907D

Tints of Dark Salmon #E0907D

RGB

 RED value IS 224 (87.89% from 255) = 45.44%

 GREEN value IS 144 (56.64% from 255) = 29.21%

 BLUE value IS 125 (49.22% from 255) = 25.35%

R = 45.44%
G = 29.21%
B = 25.35%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.44

 K value IS 0.12

RGB Variations

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

Color information

#E0907D (or 0xE0907D) is known color: Dark Salmon. HEX triplet: E0, 90 and 7D. RGB value is (224,144,125). Sum of RGB (Red+Green+Blue) = 224+144+125=493 (65% of max value = 765). Red value is 224 (87.89% from 255 or 45.44% from 493); Green value is 144 (56.64% from 255 or 29.21% from 493); Blue value is 125 (49.22% from 255 or 25.35% from 493); Max value from RGB is 224 - color contains mainly: red. Hex color #E0907D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E0907D is #1F6F82. Grayscale: #A5A5A5. Windows color (decimal): -2060163 or 8229088. OLE color: 8229088.

HSL color Cylindrical-coordinate representation of color #E0907D: hue angle of 11.52º degrees, saturation: 0.61, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #E0907D is Cyan = 0, Magento = 0.36, Yellow = 0.44 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 144 125 -
CMYK 0 0.36 0.44 0.12
HSL 11.52º 0.61% 0.68% -
HSV(B) 11.52º 0.44% 0.88% -
XYZ 44.42 37.27 24.26 -
YUV 165.75 105 169.54 -
System Red Green Blue C M Y K H S L
Decimal 224 144 125 0 0.36 0.44 0.12 11.52 0.61 0.68
Hex E0 90 7D 0 24 2C C C 3D 44
Octal 340 220 175 0 44 54 14 14 75 104
Binary 11100000 10010000 1111101 0 100100 101100 1100 1100 111101 1000100

Color Harmonies of #E0907D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0907D

Black with #E0907D

Text Example


Text Example

White with #E0907D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0907D; }

 p { color: rgb(224,144,125); }

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

background-color css

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

 a { background-color: rgb(224,144,125); }

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

border-color css

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

 span { border-color: rgb(224,144,125); }

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