Html Css Color HEX #ED97B1 Illusion

📋 copy color: '#ED97B1'

red 237 ◦ green 151 ◦ blue 177

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

Shades of Illusion #ED97B1

Tints of Illusion #ED97B1

RGB

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

 GREEN value IS 151 (59.38% from 255) = 26.73%

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

R = 41.95%
G = 26.73%
B = 31.33%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.25

 K value IS 0.07

RGB Variations

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

Color information

#ED97B1 (or 0xED97B1) is known color: Illusion. HEX triplet: ED, 97 and B1. RGB value is (237,151,177). Sum of RGB (Red+Green+Blue) = 237+151+177=565 (74% of max value = 765). Red value is 237 (92.97% from 255 or 41.95% from 565); Green value is 151 (59.38% from 255 or 26.73% from 565); Blue value is 177 (69.53% from 255 or 31.33% from 565); Max value from RGB is 237 - color contains mainly: red. Hex color #ED97B1 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED97B1 is #12684E. Grayscale: #B3B3B3. Windows color (decimal): -1206351 or 11638765. OLE color: 11638765.

HSL color Cylindrical-coordinate representation of color #ED97B1: hue angle of 341.86º degrees, saturation: 0.7, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #ED97B1 is Cyan = 0, Magento = 0.36, Yellow = 0.25 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 151 177 -
CMYK 0 0.36 0.25 0.07
HSL 341.86º 0.7% 0.76% -
HSV(B) 341.86º 0.36% 0.93% -
XYZ 53.93 43.31 47.11 -
YUV 179.68 126.49 168.89 -
System Red Green Blue C M Y K H S L
Decimal 237 151 177 0 0.36 0.25 0.07 341.86 0.7 0.76
Hex ED 97 B1 0 24 19 7 156 46 4C
Octal 355 227 261 0 44 31 7 526 106 114
Binary 11101101 10010111 10110001 0 100100 11001 111 101010110 1000110 1001100

Color Harmonies of #ED97B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED97B1

Black with #ED97B1

Text Example


Text Example

White with #ED97B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED97B1; }

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

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

background-color css

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

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

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

border-color css

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

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

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