Html Css Color HEX #ED95B1 Illusion

📋 copy color: '#ED95B1'

red 237 ◦ green 149 ◦ blue 177

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

Shades of Illusion #ED95B1

Tints of Illusion #ED95B1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 31.44%

R = 42.1%
G = 26.47%
B = 31.44%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.25

 K value IS 0.07

RGB Variations

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

Color information

#ED95B1 (or 0xED95B1) is known color: Illusion. HEX triplet: ED, 95 and B1. RGB value is (237,149,177). Sum of RGB (Red+Green+Blue) = 237+149+177=563 (74% of max value = 765). Red value is 237 (92.97% from 255 or 42.10% from 563); Green value is 149 (58.59% from 255 or 26.47% from 563); Blue value is 177 (69.53% from 255 or 31.44% from 563); Max value from RGB is 237 - color contains mainly: red. Hex color #ED95B1 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED95B1 is #126A4E. Grayscale: #B2B2B2. Windows color (decimal): -1206863 or 11638253. OLE color: 11638253.

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

Color convert

RGB 237 149 177 -
CMYK 0 0.37 0.25 0.07
HSL 340.91º 0.71% 0.76% -
HSV(B) 340.91º 0.37% 0.93% -
XYZ 53.61 42.67 47.01 -
YUV 178.5 127.15 169.72 -
System Red Green Blue C M Y K H S L
Decimal 237 149 177 0 0.37 0.25 0.07 340.91 0.71 0.76
Hex ED 95 B1 0 25 19 7 155 47 4C
Octal 355 225 261 0 45 31 7 525 107 114
Binary 11101101 10010101 10110001 0 100101 11001 111 101010101 1000111 1001100

Color Harmonies of #ED95B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED95B1

Black with #ED95B1

Text Example


Text Example

White with #ED95B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED95B1; }

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

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

background-color css

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

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

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

border-color css

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

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

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