Html Css Color HEX #ED9F91 Tonys Pink

📋 copy color: '#ED9F91'

red 237 ◦ green 159 ◦ blue 145

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

Shades of Tonys Pink #ED9F91

Tints of Tonys Pink #ED9F91

RGB

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

 GREEN value IS 159 (62.5% from 255) = 29.39%

 BLUE value IS 145 (57.03% from 255) = 26.8%

R = 43.81%
G = 29.39%
B = 26.8%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.39

 K value IS 0.07

RGB Variations

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

Color information

#ED9F91 (or 0xED9F91) is known color: Tonys Pink. HEX triplet: ED, 9F and 91. RGB value is (237,159,145). Sum of RGB (Red+Green+Blue) = 237+159+145=541 (71% of max value = 765). Red value is 237 (92.97% from 255 or 43.81% from 541); Green value is 159 (62.5% from 255 or 29.39% from 541); Blue value is 145 (57.03% from 255 or 26.80% from 541); Max value from RGB is 237 - color contains mainly: red. Hex color #ED9F91 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED9F91 is #12606E. Grayscale: #B4B4B4. Windows color (decimal): -1204335 or 9543661. OLE color: 9543661.

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

Color convert

RGB 237 159 145 -
CMYK 0 0.33 0.39 0.07
HSL 9.13º 0.72% 0.75% -
HSV(B) 9.13º 0.39% 0.93% -
XYZ 52.43 44.85 32.68 -
YUV 180.73 107.84 168.14 -
System Red Green Blue C M Y K H S L
Decimal 237 159 145 0 0.33 0.39 0.07 9.13 0.72 0.75
Hex ED 9F 91 0 21 27 7 9 48 4B
Octal 355 237 221 0 41 47 7 11 110 113
Binary 11101101 10011111 10010001 0 100001 100111 111 1001 1001000 1001011

Color Harmonies of #ED9F91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED9F91

Black with #ED9F91

Text Example


Text Example

White with #ED9F91

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED9F91; }

 p { color: rgb(237,159,145); }

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

background-color css

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

 a { background-color: rgb(237,159,145); }

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

border-color css

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

 span { border-color: rgb(237,159,145); }

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