Html Css Color HEX #ED90AD Illusion

📋 copy color: '#ED90AD'

red 237 ◦ green 144 ◦ blue 173

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

Shades of Illusion #ED90AD

Tints of Illusion #ED90AD

RGB

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

 GREEN value IS 144 (56.64% from 255) = 25.99%

 BLUE value IS 173 (67.97% from 255) = 31.23%

R = 42.78%
G = 25.99%
B = 31.23%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.27

 K value IS 0.07

RGB Variations

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

Color information

#ED90AD (or 0xED90AD) is known color: Illusion. HEX triplet: ED, 90 and AD. RGB value is (237,144,173). Sum of RGB (Red+Green+Blue) = 237+144+173=554 (73% of max value = 765). Red value is 237 (92.97% from 255 or 42.78% from 554); Green value is 144 (56.64% from 255 or 25.99% from 554); Blue value is 173 (67.97% from 255 or 31.23% from 554); Max value from RGB is 237 - color contains mainly: red. Hex color #ED90AD is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED90AD is #126F52. Grayscale: #AFAFAF. Windows color (decimal): -1208147 or 11374829. OLE color: 11374829.

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

Color convert

RGB 237 144 173 -
CMYK 0 0.39 0.27 0.07
HSL 341.29º 0.72% 0.75% -
HSV(B) 341.29º 0.39% 0.93% -
XYZ 52.44 40.97 44.68 -
YUV 175.11 126.81 172.14 -
System Red Green Blue C M Y K H S L
Decimal 237 144 173 0 0.39 0.27 0.07 341.29 0.72 0.75
Hex ED 90 AD 0 27 1B 7 155 48 4B
Octal 355 220 255 0 47 33 7 525 110 113
Binary 11101101 10010000 10101101 0 100111 11011 111 101010101 1001000 1001011

Color Harmonies of #ED90AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED90AD

Black with #ED90AD

Text Example


Text Example

White with #ED90AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED90AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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