Html Css Color HEX #ED96B0 Illusion

📋 copy color: '#ED96B0'

red 237 ◦ green 150 ◦ blue 176

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

Shades of Illusion #ED96B0

Tints of Illusion #ED96B0

RGB

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

 GREEN value IS 150 (58.98% from 255) = 26.64%

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

R = 42.1%
G = 26.64%
B = 31.26%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.26

 K value IS 0.07

RGB Variations

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

Color information

#ED96B0 (or 0xED96B0) is known color: Illusion. HEX triplet: ED, 96 and B0. RGB value is (237,150,176). Sum of RGB (Red+Green+Blue) = 237+150+176=563 (74% of max value = 765). Red value is 237 (92.97% from 255 or 42.10% from 563); Green value is 150 (58.98% from 255 or 26.64% from 563); Blue value is 176 (69.14% from 255 or 31.26% from 563); Max value from RGB is 237 - color contains mainly: red. Hex color #ED96B0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED96B0 is #12694F. Grayscale: #B2B2B2. Windows color (decimal): -1206608 or 11572973. OLE color: 11572973.

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

Color convert

RGB 237 150 176 -
CMYK 0 0.37 0.26 0.07
HSL 342.07º 0.71% 0.76% -
HSV(B) 342.07º 0.37% 0.93% -
XYZ 53.67 42.95 46.54 -
YUV 178.98 126.32 169.39 -
System Red Green Blue C M Y K H S L
Decimal 237 150 176 0 0.37 0.26 0.07 342.07 0.71 0.76
Hex ED 96 B0 0 25 1A 7 156 47 4C
Octal 355 226 260 0 45 32 7 526 107 114
Binary 11101101 10010110 10110000 0 100101 11010 111 101010110 1000111 1001100

Color Harmonies of #ED96B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED96B0

Black with #ED96B0

Text Example


Text Example

White with #ED96B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED96B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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