Html Css Color HEX #ED90B1 Illusion

📋 copy color: '#ED90B1'

red 237 ◦ green 144 ◦ blue 177

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

Shades of Illusion #ED90B1

Tints of Illusion #ED90B1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 31.72%

R = 42.47%
G = 25.81%
B = 31.72%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.25

 K value IS 0.07

RGB Variations

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

Color information

#ED90B1 (or 0xED90B1) is known color: Illusion. HEX triplet: ED, 90 and B1. RGB value is (237,144,177). Sum of RGB (Red+Green+Blue) = 237+144+177=558 (73% of max value = 765). Red value is 237 (92.97% from 255 or 42.47% from 558); Green value is 144 (56.64% from 255 or 25.81% from 558); Blue value is 177 (69.53% from 255 or 31.72% from 558); Max value from RGB is 237 - color contains mainly: red. Hex color #ED90B1 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED90B1 is #126F4E. Grayscale: #AFAFAF. Windows color (decimal): -1208143 or 11636973. OLE color: 11636973.

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

Color convert

RGB 237 144 177 -
CMYK 0 0.39 0.25 0.07
HSL 338.71º 0.72% 0.75% -
HSV(B) 338.71º 0.39% 0.93% -
XYZ 52.83 41.13 46.75 -
YUV 175.57 128.81 171.82 -
System Red Green Blue C M Y K H S L
Decimal 237 144 177 0 0.39 0.25 0.07 338.71 0.72 0.75
Hex ED 90 B1 0 27 19 7 153 48 4B
Octal 355 220 261 0 47 31 7 523 110 113
Binary 11101101 10010000 10110001 0 100111 11001 111 101010011 1001000 1001011

Color Harmonies of #ED90B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED90B1

Black with #ED90B1

Text Example


Text Example

White with #ED90B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED90B1; }

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

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

background-color css

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

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

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

border-color css

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

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

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