Html Css Color HEX #E0907B Dark Salmon

📋 copy color: '#E0907B'

red 224 ◦ green 144 ◦ blue 123

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

Shades of Dark Salmon #E0907B

Tints of Dark Salmon #E0907B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 25.05%

R = 45.62%
G = 29.33%
B = 25.05%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.45

 K value IS 0.12

RGB Variations

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

Color information

#E0907B (or 0xE0907B) is known color: Dark Salmon. HEX triplet: E0, 90 and 7B. RGB value is (224,144,123). Sum of RGB (Red+Green+Blue) = 224+144+123=491 (65% of max value = 765). Red value is 224 (87.89% from 255 or 45.62% from 491); Green value is 144 (56.64% from 255 or 29.33% from 491); Blue value is 123 (48.44% from 255 or 25.05% from 491); Max value from RGB is 224 - color contains mainly: red. Hex color #E0907B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E0907B is #1F6F84. Grayscale: #A5A5A5. Windows color (decimal): -2060165 or 8098016. OLE color: 8098016.

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

Color convert

RGB 224 144 123 -
CMYK 0 0.36 0.45 0.12
HSL 12.48º 0.62% 0.68% -
HSV(B) 12.48º 0.45% 0.88% -
XYZ 44.29 37.22 23.59 -
YUV 165.53 104 169.71 -
System Red Green Blue C M Y K H S L
Decimal 224 144 123 0 0.36 0.45 0.12 12.48 0.62 0.68
Hex E0 90 7B 0 24 2D C C 3E 44
Octal 340 220 173 0 44 55 14 14 76 104
Binary 11100000 10010000 1111011 0 100100 101101 1100 1100 111110 1000100

Color Harmonies of #E0907B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0907B

Black with #E0907B

Text Example


Text Example

White with #E0907B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0907B; }

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

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

background-color css

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

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

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

border-color css

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

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

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