Html Css Color HEX #ED93AB Illusion

📋 copy color: '#ED93AB'

red 237 ◦ green 147 ◦ blue 171

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

Shades of Illusion #ED93AB

Tints of Illusion #ED93AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 30.81%

R = 42.7%
G = 26.49%
B = 30.81%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.28

 K value IS 0.07

RGB Variations

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

Color information

#ED93AB (or 0xED93AB) is known color: Illusion. HEX triplet: ED, 93 and AB. RGB value is (237,147,171). Sum of RGB (Red+Green+Blue) = 237+147+171=555 (73% of max value = 765). Red value is 237 (92.97% from 255 or 42.70% from 555); Green value is 147 (57.81% from 255 or 26.49% from 555); Blue value is 171 (67.19% from 255 or 30.81% from 555); Max value from RGB is 237 - color contains mainly: red. Hex color #ED93AB is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED93AB is #126C54. Grayscale: #B0B0B0. Windows color (decimal): -1207381 or 11244525. OLE color: 11244525.

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

Color convert

RGB 237 147 171 -
CMYK 0 0.38 0.28 0.07
HSL 344º 0.71% 0.75% -
HSV(B) 344º 0.38% 0.93% -
XYZ 52.71 41.81 43.82 -
YUV 176.65 124.82 171.05 -
System Red Green Blue C M Y K H S L
Decimal 237 147 171 0 0.38 0.28 0.07 344 0.71 0.75
Hex ED 93 AB 0 26 1C 7 158 47 4B
Octal 355 223 253 0 46 34 7 530 107 113
Binary 11101101 10010011 10101011 0 100110 11100 111 101011000 1000111 1001011

Color Harmonies of #ED93AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED93AB

Black with #ED93AB

Text Example


Text Example

White with #ED93AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED93AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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