Html Css Color HEX #ED96AF Illusion

📋 copy color: '#ED96AF'

red 237 ◦ green 150 ◦ blue 175

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

Shades of Illusion #ED96AF

Tints of Illusion #ED96AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 31.14%

R = 42.17%
G = 26.69%
B = 31.14%

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

#ED96AF (or 0xED96AF) is known color: Illusion. HEX triplet: ED, 96 and AF. RGB value is (237,150,175). Sum of RGB (Red+Green+Blue) = 237+150+175=562 (74% of max value = 765). Red value is 237 (92.97% from 255 or 42.17% from 562); Green value is 150 (58.98% from 255 or 26.69% from 562); Blue value is 175 (68.75% from 255 or 31.14% from 562); Max value from RGB is 237 - color contains mainly: red. Hex color #ED96AF is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED96AF is #126950. Grayscale: #B2B2B2. Windows color (decimal): -1206609 or 11507437. OLE color: 11507437.

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

Color convert

RGB 237 150 175 -
CMYK 0 0.37 0.26 0.07
HSL 342.76º 0.71% 0.76% -
HSV(B) 342.76º 0.37% 0.93% -
XYZ 53.57 42.91 46.02 -
YUV 178.86 125.82 169.47 -
System Red Green Blue C M Y K H S L
Decimal 237 150 175 0 0.37 0.26 0.07 342.76 0.71 0.76
Hex ED 96 AF 0 25 1A 7 157 47 4C
Octal 355 226 257 0 45 32 7 527 107 114
Binary 11101101 10010110 10101111 0 100101 11010 111 101010111 1000111 1001100

Color Harmonies of #ED96AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED96AF

Black with #ED96AF

Text Example


Text Example

White with #ED96AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED96AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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