Html Css Color HEX #ED93AC Illusion

📋 copy color: '#ED93AC'

red 237 ◦ green 147 ◦ blue 172

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

Shades of Illusion #ED93AC

Tints of Illusion #ED93AC

RGB

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

 GREEN value IS 147 (57.81% from 255) = 26.44%

 BLUE value IS 172 (67.58% from 255) = 30.94%

R = 42.63%
G = 26.44%
B = 30.94%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.27

 K value IS 0.07

RGB Variations

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

Color information

#ED93AC (or 0xED93AC) is known color: Illusion. HEX triplet: ED, 93 and AC. RGB value is (237,147,172). Sum of RGB (Red+Green+Blue) = 237+147+172=556 (73% of max value = 765). Red value is 237 (92.97% from 255 or 42.63% from 556); Green value is 147 (57.81% from 255 or 26.44% from 556); Blue value is 172 (67.58% from 255 or 30.94% from 556); Max value from RGB is 237 - color contains mainly: red. Hex color #ED93AC is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED93AC is #126C53. Grayscale: #B0B0B0. Windows color (decimal): -1207380 or 11310061. OLE color: 11310061.

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

Color convert

RGB 237 147 172 -
CMYK 0 0.38 0.27 0.07
HSL 343.33º 0.71% 0.75% -
HSV(B) 343.33º 0.38% 0.93% -
XYZ 52.81 41.85 44.32 -
YUV 176.76 125.32 170.97 -
System Red Green Blue C M Y K H S L
Decimal 237 147 172 0 0.38 0.27 0.07 343.33 0.71 0.75
Hex ED 93 AC 0 26 1B 7 157 47 4B
Octal 355 223 254 0 46 33 7 527 107 113
Binary 11101101 10010011 10101100 0 100110 11011 111 101010111 1000111 1001011

Color Harmonies of #ED93AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED93AC

Black with #ED93AC

Text Example


Text Example

White with #ED93AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED93AC; }

 p { color: rgb(237,147,172); }

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

background-color css

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

 a { background-color: rgb(237,147,172); }

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

border-color css

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

 span { border-color: rgb(237,147,172); }

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