Html Css Color HEX #ED95AC Illusion

📋 copy color: '#ED95AC'

red 237 ◦ green 149 ◦ blue 172

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

Shades of Illusion #ED95AC

Tints of Illusion #ED95AC

RGB

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

 GREEN value IS 149 (58.59% from 255) = 26.7%

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

R = 42.47%
G = 26.7%
B = 30.82%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.27

 K value IS 0.07

RGB Variations

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

Color information

#ED95AC (or 0xED95AC) is known color: Illusion. HEX triplet: ED, 95 and AC. RGB value is (237,149,172). Sum of RGB (Red+Green+Blue) = 237+149+172=558 (73% of max value = 765). Red value is 237 (92.97% from 255 or 42.47% from 558); Green value is 149 (58.59% from 255 or 26.70% from 558); Blue value is 172 (67.58% from 255 or 30.82% from 558); Max value from RGB is 237 - color contains mainly: red. Hex color #ED95AC is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED95AC is #126A53. Grayscale: #B1B1B1. Windows color (decimal): -1206868 or 11310573. OLE color: 11310573.

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

Color convert

RGB 237 149 172 -
CMYK 0 0.37 0.27 0.07
HSL 344.32º 0.71% 0.76% -
HSV(B) 344.32º 0.37% 0.93% -
XYZ 53.12 42.48 44.43 -
YUV 177.93 124.65 170.13 -
System Red Green Blue C M Y K H S L
Decimal 237 149 172 0 0.37 0.27 0.07 344.32 0.71 0.76
Hex ED 95 AC 0 25 1B 7 158 47 4C
Octal 355 225 254 0 45 33 7 530 107 114
Binary 11101101 10010101 10101100 0 100101 11011 111 101011000 1000111 1001100

Color Harmonies of #ED95AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED95AC

Black with #ED95AC

Text Example


Text Example

White with #ED95AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED95AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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