Html Css Color HEX #ED9E8D Tonys Pink

📋 copy color: '#ED9E8D'

red 237 ◦ green 158 ◦ blue 141

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

Shades of Tonys Pink #ED9E8D

Tints of Tonys Pink #ED9E8D

RGB

 RED value IS 237 (92.97% from 255) = 44.22%

 GREEN value IS 158 (62.11% from 255) = 29.48%

 BLUE value IS 141 (55.47% from 255) = 26.31%

R = 44.22%
G = 29.48%
B = 26.31%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.41

 K value IS 0.07

RGB Variations

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

Color information

#ED9E8D (or 0xED9E8D) is known color: Tonys Pink. HEX triplet: ED, 9E and 8D. RGB value is (237,158,141). Sum of RGB (Red+Green+Blue) = 237+158+141=536 (70% of max value = 765). Red value is 237 (92.97% from 255 or 44.22% from 536); Green value is 158 (62.11% from 255 or 29.48% from 536); Blue value is 141 (55.47% from 255 or 26.31% from 536); Max value from RGB is 237 - color contains mainly: red. Hex color #ED9E8D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED9E8D is #126172. Grayscale: #B3B3B3. Windows color (decimal): -1204595 or 9281261. OLE color: 9281261.

HSL color Cylindrical-coordinate representation of color #ED9E8D: hue angle of 10.62º degrees, saturation: 0.73, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #ED9E8D is Cyan = 0, Magento = 0.33, Yellow = 0.41 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 158 141 -
CMYK 0 0.33 0.41 0.07
HSL 10.63º 0.73% 0.74% -
HSV(B) 10.63º 0.41% 0.93% -
XYZ 51.96 44.38 31.03 -
YUV 179.68 106.17 168.88 -
System Red Green Blue C M Y K H S L
Decimal 237 158 141 0 0.33 0.41 0.07 10.63 0.73 0.74
Hex ED 9E 8D 0 21 29 7 B 49 4A
Octal 355 236 215 0 41 51 7 13 111 112
Binary 11101101 10011110 10001101 0 100001 101001 111 1011 1001001 1001010

Color Harmonies of #ED9E8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED9E8D

Black with #ED9E8D

Text Example


Text Example

White with #ED9E8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED9E8D; }

 p { color: rgb(237,158,141); }

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

background-color css

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

 a { background-color: rgb(237,158,141); }

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

border-color css

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

 span { border-color: rgb(237,158,141); }

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