Html Css Color HEX #ED9C8A Tonys Pink

📋 copy color: '#ED9C8A'

red 237 ◦ green 156 ◦ blue 138

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

Shades of Tonys Pink #ED9C8A

Tints of Tonys Pink #ED9C8A

RGB

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

 GREEN value IS 156 (61.33% from 255) = 29.38%

 BLUE value IS 138 (54.3% from 255) = 25.99%

R = 44.63%
G = 29.38%
B = 25.99%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.42

 K value IS 0.07

RGB Variations

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

Color information

#ED9C8A (or 0xED9C8A) is known color: Tonys Pink. HEX triplet: ED, 9C and 8A. RGB value is (237,156,138). Sum of RGB (Red+Green+Blue) = 237+156+138=531 (70% of max value = 765). Red value is 237 (92.97% from 255 or 44.63% from 531); Green value is 156 (61.33% from 255 or 29.38% from 531); Blue value is 138 (54.30% from 255 or 25.99% from 531); Max value from RGB is 237 - color contains mainly: red. Hex color #ED9C8A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED9C8A is #126375. Grayscale: #B2B2B2. Windows color (decimal): -1205110 or 9084141. OLE color: 9084141.

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

Color convert

RGB 237 156 138 -
CMYK 0 0.34 0.42 0.07
HSL 10.91º 0.73% 0.74% -
HSV(B) 10.91º 0.42% 0.93% -
XYZ 51.4 43.62 29.75 -
YUV 178.17 105.34 169.96 -
System Red Green Blue C M Y K H S L
Decimal 237 156 138 0 0.34 0.42 0.07 10.91 0.73 0.74
Hex ED 9C 8A 0 22 2A 7 B 49 4A
Octal 355 234 212 0 42 52 7 13 111 112
Binary 11101101 10011100 10001010 0 100010 101010 111 1011 1001001 1001010

Color Harmonies of #ED9C8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED9C8A

Black with #ED9C8A

Text Example


Text Example

White with #ED9C8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED9C8A; }

 p { color: rgb(237,156,138); }

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

background-color css

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

 a { background-color: rgb(237,156,138); }

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

border-color css

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

 span { border-color: rgb(237,156,138); }

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