Html Css Color HEX #E4907E Dark Salmon

📋 copy color: '#E4907E'

red 228 ◦ green 144 ◦ blue 126

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

Shades of Dark Salmon #E4907E

Tints of Dark Salmon #E4907E

RGB

 RED value IS 228 (89.45% from 255) = 45.78%

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

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

R = 45.78%
G = 28.92%
B = 25.3%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.45

 K value IS 0.11

RGB Variations

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

Color information

#E4907E (or 0xE4907E) is known color: Dark Salmon. HEX triplet: E4, 90 and 7E. RGB value is (228,144,126). Sum of RGB (Red+Green+Blue) = 228+144+126=498 (65% of max value = 765). Red value is 228 (89.45% from 255 or 45.78% from 498); Green value is 144 (56.64% from 255 or 28.92% from 498); Blue value is 126 (49.61% from 255 or 25.30% from 498); Max value from RGB is 228 - color contains mainly: red. Hex color #E4907E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E4907E is #1B6F81. Grayscale: #A7A7A7. Windows color (decimal): -1798018 or 8294628. OLE color: 8294628.

HSL color Cylindrical-coordinate representation of color #E4907E: hue angle of 10.59º degrees, saturation: 0.65, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #E4907E is Cyan = 0, Magento = 0.37, Yellow = 0.45 and Black (K on CMYK) = 0.11.

Color convert

RGB 228 144 126 -
CMYK 0 0.37 0.45 0.11
HSL 10.59º 0.65% 0.69% -
HSV(B) 10.59º 0.45% 0.89% -
XYZ 45.73 37.95 24.65 -
YUV 167.06 104.83 171.46 -
System Red Green Blue C M Y K H S L
Decimal 228 144 126 0 0.37 0.45 0.11 10.59 0.65 0.69
Hex E4 90 7E 0 25 2D B B 41 45
Octal 344 220 176 0 45 55 13 13 101 105
Binary 11100100 10010000 1111110 0 100101 101101 1011 1011 1000001 1000101

Color Harmonies of #E4907E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E4907E

Black with #E4907E

Text Example


Text Example

White with #E4907E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E4907E; }

 p { color: rgb(228,144,126); }

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

background-color css

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

 a { background-color: rgb(228,144,126); }

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

border-color css

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

 span { border-color: rgb(228,144,126); }

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