Html Css Color HEX #EE927E Dark Salmon

📋 copy color: '#EE927E'

red 238 ◦ green 146 ◦ blue 126

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

Shades of Dark Salmon #EE927E

Tints of Dark Salmon #EE927E

RGB

 RED value IS 238 (93.36% from 255) = 46.67%

 GREEN value IS 146 (57.42% from 255) = 28.63%

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

R = 46.67%
G = 28.63%
B = 24.71%

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

#EE927E (or 0xEE927E) is known color: Dark Salmon. HEX triplet: EE, 92 and 7E. RGB value is (238,146,126). Sum of RGB (Red+Green+Blue) = 238+146+126=510 (67% of max value = 765). Red value is 238 (93.36% from 255 or 46.67% from 510); Green value is 146 (57.42% from 255 or 28.63% from 510); Blue value is 126 (49.61% from 255 or 24.71% from 510); Max value from RGB is 238 - color contains mainly: red. Hex color #EE927E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EE927E is #116D81. Grayscale: #ABABAB. Windows color (decimal): -1142146 or 8295150. OLE color: 8295150.

HSL color Cylindrical-coordinate representation of color #EE927E: hue angle of 10.71º degrees, saturation: 0.77, 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 #EE927E is Cyan = 0, Magento = 0.39, Yellow = 0.47 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 146 126 -
CMYK 0 0.39 0.47 0.07
HSL 10.71º 0.77% 0.71% -
HSV(B) 10.71º 0.47% 0.93% -
XYZ 49.3 40.24 24.91 -
YUV 171.23 102.48 175.63 -
System Red Green Blue C M Y K H S L
Decimal 238 146 126 0 0.39 0.47 0.07 10.71 0.77 0.71
Hex EE 92 7E 0 27 2F 7 B 4D 47
Octal 356 222 176 0 47 57 7 13 115 107
Binary 11101110 10010010 1111110 0 100111 101111 111 1011 1001101 1000111

Color Harmonies of #EE927E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE927E

Black with #EE927E

Text Example


Text Example

White with #EE927E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE927E; }

 p { color: rgb(238,146,126); }

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

background-color css

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

 a { background-color: rgb(238,146,126); }

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

border-color css

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

 span { border-color: rgb(238,146,126); }

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