Html Css Color HEX #ED9A83 Tonys Pink

📋 copy color: '#ED9A83'

red 237 ◦ green 154 ◦ blue 131

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

Shades of Tonys Pink #ED9A83

Tints of Tonys Pink #ED9A83

RGB

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

 GREEN value IS 154 (60.55% from 255) = 29.5%

 BLUE value IS 131 (51.56% from 255) = 25.1%

R = 45.4%
G = 29.5%
B = 25.1%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.45

 K value IS 0.07

RGB Variations

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

Color information

#ED9A83 (or 0xED9A83) is known color: Tonys Pink. HEX triplet: ED, 9A and 83. RGB value is (237,154,131). Sum of RGB (Red+Green+Blue) = 237+154+131=522 (69% of max value = 765). Red value is 237 (92.97% from 255 or 45.40% from 522); Green value is 154 (60.55% from 255 or 29.50% from 522); Blue value is 131 (51.56% from 255 or 25.10% from 522); Max value from RGB is 237 - color contains mainly: red. Hex color #ED9A83 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED9A83 is #12657C. Grayscale: #B0B0B0. Windows color (decimal): -1205629 or 8624877. OLE color: 8624877.

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

Color convert

RGB 237 154 131 -
CMYK 0 0.35 0.45 0.07
HSL 13.02º 0.75% 0.72% -
HSV(B) 13.02º 0.45% 0.93% -
XYZ 50.58 42.75 27.06 -
YUV 176.2 102.5 171.37 -
System Red Green Blue C M Y K H S L
Decimal 237 154 131 0 0.35 0.45 0.07 13.02 0.75 0.72
Hex ED 9A 83 0 23 2D 7 D 4B 48
Octal 355 232 203 0 43 55 7 15 113 110
Binary 11101101 10011010 10000011 0 100011 101101 111 1101 1001011 1001000

Color Harmonies of #ED9A83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED9A83

Black with #ED9A83

Text Example


Text Example

White with #ED9A83

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED9A83; }

 p { color: rgb(237,154,131); }

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

background-color css

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

 a { background-color: rgb(237,154,131); }

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

border-color css

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

 span { border-color: rgb(237,154,131); }

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