Html Css Color HEX #ED9EB2 Illusion

📋 copy color: '#ED9EB2'

red 237 ◦ green 158 ◦ blue 178

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

Shades of Illusion #ED9EB2

Tints of Illusion #ED9EB2

RGB

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

 GREEN value IS 158 (62.11% from 255) = 27.57%

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

R = 41.36%
G = 27.57%
B = 31.06%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.25

 K value IS 0.07

RGB Variations

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

Color information

#ED9EB2 (or 0xED9EB2) is known color: Illusion. HEX triplet: ED, 9E and B2. RGB value is (237,158,178). Sum of RGB (Red+Green+Blue) = 237+158+178=573 (75% of max value = 765). Red value is 237 (92.97% from 255 or 41.36% from 573); Green value is 158 (62.11% from 255 or 27.57% from 573); Blue value is 178 (69.92% from 255 or 31.06% from 573); Max value from RGB is 237 - color contains mainly: red. Hex color #ED9EB2 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED9EB2 is #12614D. Grayscale: #B7B7B7. Windows color (decimal): -1204558 or 11706093. OLE color: 11706093.

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

Color convert

RGB 237 158 178 -
CMYK 0 0.33 0.25 0.07
HSL 344.81º 0.69% 0.77% -
HSV(B) 344.81º 0.33% 0.93% -
XYZ 55.19 45.67 48.03 -
YUV 183.9 124.67 165.87 -
System Red Green Blue C M Y K H S L
Decimal 237 158 178 0 0.33 0.25 0.07 344.81 0.69 0.77
Hex ED 9E B2 0 21 19 7 159 45 4D
Octal 355 236 262 0 41 31 7 531 105 115
Binary 11101101 10011110 10110010 0 100001 11001 111 101011001 1000101 1001101

Color Harmonies of #ED9EB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED9EB2

Black with #ED9EB2

Text Example


Text Example

White with #ED9EB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED9EB2; }

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

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

background-color css

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

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

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

border-color css

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

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

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