Html Css Color HEX #E2907D Dark Salmon

📋 copy color: '#E2907D'

red 226 ◦ green 144 ◦ blue 125

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

Shades of Dark Salmon #E2907D

Tints of Dark Salmon #E2907D

RGB

 RED value IS 226 (88.67% from 255) = 45.66%

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

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

R = 45.66%
G = 29.09%
B = 25.25%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.45

 K value IS 0.11

RGB Variations

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

Color information

#E2907D (or 0xE2907D) is known color: Dark Salmon. HEX triplet: E2, 90 and 7D. RGB value is (226,144,125). Sum of RGB (Red+Green+Blue) = 226+144+125=495 (65% of max value = 765). Red value is 226 (88.67% from 255 or 45.66% from 495); Green value is 144 (56.64% from 255 or 29.09% from 495); Blue value is 125 (49.22% from 255 or 25.25% from 495); Max value from RGB is 226 - color contains mainly: red. Hex color #E2907D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E2907D is #1D6F82. Grayscale: #A6A6A6. Windows color (decimal): -1929091 or 8229090. OLE color: 8229090.

HSL color Cylindrical-coordinate representation of color #E2907D: hue angle of 11.29º degrees, saturation: 0.64, 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 #E2907D is Cyan = 0, Magento = 0.36, Yellow = 0.45 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 144 125 -
CMYK 0 0.36 0.45 0.11
HSL 11.29º 0.64% 0.69% -
HSV(B) 11.29º 0.45% 0.89% -
XYZ 45.04 37.6 24.28 -
YUV 166.35 104.67 170.54 -
System Red Green Blue C M Y K H S L
Decimal 226 144 125 0 0.36 0.45 0.11 11.29 0.64 0.69
Hex E2 90 7D 0 24 2D B B 40 45
Octal 342 220 175 0 44 55 13 13 100 105
Binary 11100010 10010000 1111101 0 100100 101101 1011 1011 1000000 1000101

Color Harmonies of #E2907D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2907D

Black with #E2907D

Text Example


Text Example

White with #E2907D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2907D; }

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

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

background-color css

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

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

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

border-color css

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

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

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