Html Css Color HEX #ED8DB0 Illusion

📋 copy color: '#ED8DB0'

red 237 ◦ green 141 ◦ blue 176

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

Shades of Illusion #ED8DB0

Tints of Illusion #ED8DB0

RGB

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

 GREEN value IS 141 (55.47% from 255) = 25.45%

 BLUE value IS 176 (69.14% from 255) = 31.77%

R = 42.78%
G = 25.45%
B = 31.77%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.26

 K value IS 0.07

RGB Variations

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

Color information

#ED8DB0 (or 0xED8DB0) is known color: Illusion. HEX triplet: ED, 8D and B0. RGB value is (237,141,176). Sum of RGB (Red+Green+Blue) = 237+141+176=554 (73% of max value = 765). Red value is 237 (92.97% from 255 or 42.78% from 554); Green value is 141 (55.47% from 255 or 25.45% from 554); Blue value is 176 (69.14% from 255 or 31.77% from 554); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8DB0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED8DB0 is #12724F. Grayscale: #ADADAD. Windows color (decimal): -1208912 or 11570669. OLE color: 11570669.

HSL color Cylindrical-coordinate representation of color #ED8DB0: hue angle of 338.12º degrees, saturation: 0.73, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #ED8DB0 is Cyan = 0, Magento = 0.41, Yellow = 0.26 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 141 176 -
CMYK 0 0.41 0.26 0.07
HSL 338.13º 0.73% 0.74% -
HSV(B) 338.13º 0.41% 0.93% -
XYZ 52.29 40.19 46.08 -
YUV 173.69 129.3 173.15 -
System Red Green Blue C M Y K H S L
Decimal 237 141 176 0 0.41 0.26 0.07 338.13 0.73 0.74
Hex ED 8D B0 0 29 1A 7 152 49 4A
Octal 355 215 260 0 51 32 7 522 111 112
Binary 11101101 10001101 10110000 0 101001 11010 111 101010010 1001001 1001010

Color Harmonies of #ED8DB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED8DB0

Black with #ED8DB0

Text Example


Text Example

White with #ED8DB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED8DB0; }

 p { color: rgb(237,141,176); }

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

background-color css

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

 a { background-color: rgb(237,141,176); }

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

border-color css

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

 span { border-color: rgb(237,141,176); }

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