Html Css Color HEX #ED96B5 Illusion

📋 copy color: '#ED96B5'

red 237 ◦ green 150 ◦ blue 181

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

Shades of Illusion #ED96B5

Tints of Illusion #ED96B5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 31.87%

R = 41.73%
G = 26.41%
B = 31.87%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.24

 K value IS 0.07

RGB Variations

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

Color information

#ED96B5 (or 0xED96B5) is known color: Illusion. HEX triplet: ED, 96 and B5. RGB value is (237,150,181). Sum of RGB (Red+Green+Blue) = 237+150+181=568 (75% of max value = 765). Red value is 237 (92.97% from 255 or 41.73% from 568); Green value is 150 (58.98% from 255 or 26.41% from 568); Blue value is 181 (71.09% from 255 or 31.87% from 568); Max value from RGB is 237 - color contains mainly: red. Hex color #ED96B5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ED96B5 is #12694A. Grayscale: #B3B3B3. Windows color (decimal): -1206603 or 11900653. OLE color: 11900653.

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

Color convert

RGB 237 150 181 -
CMYK 0 0.37 0.24 0.07
HSL 338.62º 0.71% 0.76% -
HSV(B) 338.62º 0.37% 0.93% -
XYZ 54.17 43.15 49.19 -
YUV 179.55 128.82 168.98 -
System Red Green Blue C M Y K H S L
Decimal 237 150 181 0 0.37 0.24 0.07 338.62 0.71 0.76
Hex ED 96 B5 0 25 18 7 153 47 4C
Octal 355 226 265 0 45 30 7 523 107 114
Binary 11101101 10010110 10110101 0 100101 11000 111 101010011 1000111 1001100

Color Harmonies of #ED96B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED96B5

Black with #ED96B5

Text Example


Text Example

White with #ED96B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED96B5; }

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

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

background-color css

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

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

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

border-color css

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

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

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