Html Css Color HEX #ED9E8E Tonys Pink

📋 copy color: '#ED9E8E'

red 237 ◦ green 158 ◦ blue 142

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

Shades of Tonys Pink #ED9E8E

Tints of Tonys Pink #ED9E8E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 26.44%

R = 44.13%
G = 29.42%
B = 26.44%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.40

 K value IS 0.07

RGB Variations

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

Color information

#ED9E8E (or 0xED9E8E) is known color: Tonys Pink. HEX triplet: ED, 9E and 8E. RGB value is (237,158,142). Sum of RGB (Red+Green+Blue) = 237+158+142=537 (71% of max value = 765). Red value is 237 (92.97% from 255 or 44.13% from 537); Green value is 158 (62.11% from 255 or 29.42% from 537); Blue value is 142 (55.86% from 255 or 26.44% from 537); Max value from RGB is 237 - color contains mainly: red. Hex color #ED9E8E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED9E8E is #126171. Grayscale: #B3B3B3. Windows color (decimal): -1204594 or 9346797. OLE color: 9346797.

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

Color convert

RGB 237 158 142 -
CMYK 0 0.33 0.40 0.07
HSL 10.11º 0.73% 0.74% -
HSV(B) 10.11º 0.4% 0.93% -
XYZ 52.03 44.41 31.42 -
YUV 179.8 106.67 168.8 -
System Red Green Blue C M Y K H S L
Decimal 237 158 142 0 0.33 0.40 0.07 10.11 0.73 0.74
Hex ED 9E 8E 0 21 28 7 A 49 4A
Octal 355 236 216 0 41 50 7 12 111 112
Binary 11101101 10011110 10001110 0 100001 101000 111 1010 1001001 1001010

Color Harmonies of #ED9E8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED9E8E

Black with #ED9E8E

Text Example


Text Example

White with #ED9E8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED9E8E; }

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

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

background-color css

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

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

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

border-color css

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

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

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