Html Css Color HEX #ED9E90 Tonys Pink

📋 copy color: '#ED9E90'

red 237 ◦ green 158 ◦ blue 144

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

Shades of Tonys Pink #ED9E90

Tints of Tonys Pink #ED9E90

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 26.72%

R = 43.97%
G = 29.31%
B = 26.72%

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

#ED9E90 (or 0xED9E90) is known color: Tonys Pink. HEX triplet: ED, 9E and 90. RGB value is (237,158,144). Sum of RGB (Red+Green+Blue) = 237+158+144=539 (71% of max value = 765). Red value is 237 (92.97% from 255 or 43.97% from 539); Green value is 158 (62.11% from 255 or 29.31% from 539); Blue value is 144 (56.64% from 255 or 26.72% from 539); Max value from RGB is 237 - color contains mainly: red. Hex color #ED9E90 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED9E90 is #12616F. Grayscale: #B4B4B4. Windows color (decimal): -1204592 or 9477869. OLE color: 9477869.

HSL color Cylindrical-coordinate representation of color #ED9E90: hue angle of 9.03º 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 #ED9E90 is Cyan = 0, Magento = 0.33, Yellow = 0.39 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 158 144 -
CMYK 0 0.33 0.39 0.07
HSL 9.03º 0.72% 0.75% -
HSV(B) 9.03º 0.39% 0.93% -
XYZ 52.19 44.47 32.22 -
YUV 180.03 107.67 168.64 -
System Red Green Blue C M Y K H S L
Decimal 237 158 144 0 0.33 0.39 0.07 9.03 0.72 0.75
Hex ED 9E 90 0 21 27 7 9 48 4B
Octal 355 236 220 0 41 47 7 11 110 113
Binary 11101101 10011110 10010000 0 100001 100111 111 1001 1001000 1001011

Color Harmonies of #ED9E90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED9E90

Black with #ED9E90

Text Example


Text Example

White with #ED9E90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED9E90; }

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

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

background-color css

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

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

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

border-color css

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

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

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