Html Css Color HEX #ED9AB2 Illusion

📋 copy color: '#ED9AB2'

red 237 ◦ green 154 ◦ blue 178

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

Shades of Illusion #ED9AB2

Tints of Illusion #ED9AB2

RGB

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

 GREEN value IS 154 (60.55% from 255) = 27.07%

 BLUE value IS 178 (69.92% from 255) = 31.28%

R = 41.65%
G = 27.07%
B = 31.28%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.25

 K value IS 0.07

RGB Variations

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

Color information

#ED9AB2 (or 0xED9AB2) is known color: Illusion. HEX triplet: ED, 9A and B2. RGB value is (237,154,178). Sum of RGB (Red+Green+Blue) = 237+154+178=569 (75% of max value = 765). Red value is 237 (92.97% from 255 or 41.65% from 569); Green value is 154 (60.55% from 255 or 27.07% from 569); Blue value is 178 (69.92% from 255 or 31.28% from 569); Max value from RGB is 237 - color contains mainly: red. Hex color #ED9AB2 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED9AB2 is #12654D. Grayscale: #B5B5B5. Windows color (decimal): -1205582 or 11705069. OLE color: 11705069.

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

Color convert

RGB 237 154 178 -
CMYK 0 0.35 0.25 0.07
HSL 342.65º 0.7% 0.77% -
HSV(B) 342.65º 0.35% 0.93% -
XYZ 54.52 44.33 47.8 -
YUV 181.55 126 167.55 -
System Red Green Blue C M Y K H S L
Decimal 237 154 178 0 0.35 0.25 0.07 342.65 0.7 0.77
Hex ED 9A B2 0 23 19 7 157 46 4D
Octal 355 232 262 0 43 31 7 527 106 115
Binary 11101101 10011010 10110010 0 100011 11001 111 101010111 1000110 1001101

Color Harmonies of #ED9AB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED9AB2

Black with #ED9AB2

Text Example


Text Example

White with #ED9AB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED9AB2; }

 p { color: rgb(237,154,178); }

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

background-color css

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

 a { background-color: rgb(237,154,178); }

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

border-color css

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

 span { border-color: rgb(237,154,178); }

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