Html Css Color HEX #ED98B1 Illusion

📋 copy color: '#ED98B1'

red 237 ◦ green 152 ◦ blue 177

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

Shades of Illusion #ED98B1

Tints of Illusion #ED98B1

RGB

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

 GREEN value IS 152 (59.77% from 255) = 26.86%

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

R = 41.87%
G = 26.86%
B = 31.27%

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

#ED98B1 (or 0xED98B1) is known color: Illusion. HEX triplet: ED, 98 and B1. RGB value is (237,152,177). Sum of RGB (Red+Green+Blue) = 237+152+177=566 (74% of max value = 765). Red value is 237 (92.97% from 255 or 41.87% from 566); Green value is 152 (59.77% from 255 or 26.86% from 566); Blue value is 177 (69.53% from 255 or 31.27% from 566); Max value from RGB is 237 - color contains mainly: red. Hex color #ED98B1 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED98B1 is #12674E. Grayscale: #B4B4B4. Windows color (decimal): -1206095 or 11639021. OLE color: 11639021.

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

Color convert

RGB 237 152 177 -
CMYK 0 0.36 0.25 0.07
HSL 342.35º 0.7% 0.76% -
HSV(B) 342.35º 0.36% 0.93% -
XYZ 54.09 43.64 47.17 -
YUV 180.27 126.16 168.47 -
System Red Green Blue C M Y K H S L
Decimal 237 152 177 0 0.36 0.25 0.07 342.35 0.7 0.76
Hex ED 98 B1 0 24 19 7 156 46 4C
Octal 355 230 261 0 44 31 7 526 106 114
Binary 11101101 10011000 10110001 0 100100 11001 111 101010110 1000110 1001100

Color Harmonies of #ED98B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED98B1

Black with #ED98B1

Text Example


Text Example

White with #ED98B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED98B1; }

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

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

background-color css

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

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

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

border-color css

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

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

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