Html Css Color HEX #ED95AF Illusion

📋 copy color: '#ED95AF'

red 237 ◦ green 149 ◦ blue 175

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

Shades of Illusion #ED95AF

Tints of Illusion #ED95AF

RGB

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

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

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

R = 42.25%
G = 26.56%
B = 31.19%

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

#ED95AF (or 0xED95AF) is known color: Illusion. HEX triplet: ED, 95 and AF. RGB value is (237,149,175). Sum of RGB (Red+Green+Blue) = 237+149+175=561 (74% of max value = 765). Red value is 237 (92.97% from 255 or 42.25% from 561); Green value is 149 (58.59% from 255 or 26.56% from 561); Blue value is 175 (68.75% from 255 or 31.19% from 561); Max value from RGB is 237 - color contains mainly: red. Hex color #ED95AF is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED95AF is #126A50. Grayscale: #B2B2B2. Windows color (decimal): -1206865 or 11507181. OLE color: 11507181.

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

Color convert

RGB 237 149 175 -
CMYK 0 0.37 0.26 0.07
HSL 342.27º 0.71% 0.76% -
HSV(B) 342.27º 0.37% 0.93% -
XYZ 53.41 42.59 45.96 -
YUV 178.28 126.15 169.89 -
System Red Green Blue C M Y K H S L
Decimal 237 149 175 0 0.37 0.26 0.07 342.27 0.71 0.76
Hex ED 95 AF 0 25 1A 7 156 47 4C
Octal 355 225 257 0 45 32 7 526 107 114
Binary 11101101 10010101 10101111 0 100101 11010 111 101010110 1000111 1001100

Color Harmonies of #ED95AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED95AF

Black with #ED95AF

Text Example


Text Example

White with #ED95AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED95AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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