Html Css Color HEX #ED9E81 Tonys Pink

📋 copy color: '#ED9E81'

red 237 ◦ green 158 ◦ blue 129

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

Shades of Tonys Pink #ED9E81

Tints of Tonys Pink #ED9E81

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 24.62%

R = 45.23%
G = 30.15%
B = 24.62%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.46

 K value IS 0.07

RGB Variations

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

Color information

#ED9E81 (or 0xED9E81) is known color: Tonys Pink. HEX triplet: ED, 9E and 81. RGB value is (237,158,129). Sum of RGB (Red+Green+Blue) = 237+158+129=524 (69% of max value = 765). Red value is 237 (92.97% from 255 or 45.23% from 524); Green value is 158 (62.11% from 255 or 30.15% from 524); Blue value is 129 (50.78% from 255 or 24.62% from 524); Max value from RGB is 237 - color contains mainly: red. Hex color #ED9E81 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED9E81 is #12617E. Grayscale: #B2B2B2. Windows color (decimal): -1204607 or 8494829. OLE color: 8494829.

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

Color convert

RGB 237 158 129 -
CMYK 0 0.33 0.46 0.07
HSL 16.11º 0.75% 0.72% -
HSV(B) 16.11º 0.46% 0.93% -
XYZ 51.11 44.04 26.58 -
YUV 178.32 100.17 169.86 -
System Red Green Blue C M Y K H S L
Decimal 237 158 129 0 0.33 0.46 0.07 16.11 0.75 0.72
Hex ED 9E 81 0 21 2E 7 10 4B 48
Octal 355 236 201 0 41 56 7 20 113 110
Binary 11101101 10011110 10000001 0 100001 101110 111 10000 1001011 1001000

Color Harmonies of #ED9E81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED9E81

Black with #ED9E81

Text Example


Text Example

White with #ED9E81

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED9E81; }

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

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

background-color css

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

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

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

border-color css

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

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

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