Html Css Color HEX #ED9E8F Tonys Pink

📋 copy color: '#ED9E8F'

red 237 ◦ green 158 ◦ blue 143

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

Shades of Tonys Pink #ED9E8F

Tints of Tonys Pink #ED9E8F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 26.58%

R = 44.05%
G = 29.37%
B = 26.58%

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

#ED9E8F (or 0xED9E8F) is known color: Tonys Pink. HEX triplet: ED, 9E and 8F. RGB value is (237,158,143). Sum of RGB (Red+Green+Blue) = 237+158+143=538 (71% of max value = 765). Red value is 237 (92.97% from 255 or 44.05% from 538); Green value is 158 (62.11% from 255 or 29.37% from 538); Blue value is 143 (56.25% from 255 or 26.58% from 538); Max value from RGB is 237 - color contains mainly: red. Hex color #ED9E8F is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED9E8F is #126170. Grayscale: #B4B4B4. Windows color (decimal): -1204593 or 9412333. OLE color: 9412333.

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

Color convert

RGB 237 158 143 -
CMYK 0 0.33 0.40 0.07
HSL 9.57º 0.72% 0.75% -
HSV(B) 9.57º 0.4% 0.93% -
XYZ 52.11 44.44 31.82 -
YUV 179.91 107.17 168.72 -
System Red Green Blue C M Y K H S L
Decimal 237 158 143 0 0.33 0.40 0.07 9.57 0.72 0.75
Hex ED 9E 8F 0 21 28 7 A 48 4B
Octal 355 236 217 0 41 50 7 12 110 113
Binary 11101101 10011110 10001111 0 100001 101000 111 1010 1001000 1001011

Color Harmonies of #ED9E8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED9E8F

Black with #ED9E8F

Text Example


Text Example

White with #ED9E8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED9E8F; }

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

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

background-color css

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

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

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

border-color css

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

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

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