Html Css Color HEX #ED9885 Tonys Pink

📋 copy color: '#ED9885'

red 237 ◦ green 152 ◦ blue 133

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

Shades of Tonys Pink #ED9885

Tints of Tonys Pink #ED9885

RGB

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

 GREEN value IS 152 (59.77% from 255) = 29.12%

 BLUE value IS 133 (52.34% from 255) = 25.48%

R = 45.4%
G = 29.12%
B = 25.48%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.44

 K value IS 0.07

RGB Variations

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

Color information

#ED9885 (or 0xED9885) is known color: Tonys Pink. HEX triplet: ED, 98 and 85. RGB value is (237,152,133). Sum of RGB (Red+Green+Blue) = 237+152+133=522 (69% of max value = 765). Red value is 237 (92.97% from 255 or 45.40% from 522); Green value is 152 (59.77% from 255 or 29.12% from 522); Blue value is 133 (52.34% from 255 or 25.48% from 522); Max value from RGB is 237 - color contains mainly: red. Hex color #ED9885 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED9885 is #12677A. Grayscale: #AFAFAF. Windows color (decimal): -1206139 or 8755437. OLE color: 8755437.

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

Color convert

RGB 237 152 133 -
CMYK 0 0.36 0.44 0.07
HSL 10.96º 0.74% 0.73% -
HSV(B) 10.96º 0.44% 0.93% -
XYZ 50.39 42.15 27.67 -
YUV 175.25 104.16 172.04 -
System Red Green Blue C M Y K H S L
Decimal 237 152 133 0 0.36 0.44 0.07 10.96 0.74 0.73
Hex ED 98 85 0 24 2C 7 B 4A 49
Octal 355 230 205 0 44 54 7 13 112 111
Binary 11101101 10011000 10000101 0 100100 101100 111 1011 1001010 1001001

Color Harmonies of #ED9885

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED9885

Black with #ED9885

Text Example


Text Example

White with #ED9885

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED9885; }

 p { color: rgb(237,152,133); }

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

background-color css

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

 a { background-color: rgb(237,152,133); }

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

border-color css

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

 span { border-color: rgb(237,152,133); }

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