Html Css Color HEX #ED89B4 Illusion

📋 copy color: '#ED89B4'

red 237 ◦ green 137 ◦ blue 180

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

Shades of Illusion #ED89B4

Tints of Illusion #ED89B4

RGB

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

 GREEN value IS 137 (53.91% from 255) = 24.73%

 BLUE value IS 180 (70.7% from 255) = 32.49%

R = 42.78%
G = 24.73%
B = 32.49%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.24

 K value IS 0.07

RGB Variations

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

Color information

#ED89B4 (or 0xED89B4) is known color: Illusion. HEX triplet: ED, 89 and B4. RGB value is (237,137,180). Sum of RGB (Red+Green+Blue) = 237+137+180=554 (73% of max value = 765). Red value is 237 (92.97% from 255 or 42.78% from 554); Green value is 137 (53.91% from 255 or 24.73% from 554); Blue value is 180 (70.70% from 255 or 32.49% from 554); Max value from RGB is 237 - color contains mainly: red. Hex color #ED89B4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ED89B4 is #12764B. Grayscale: #ABABAB. Windows color (decimal): -1209932 or 11831789. OLE color: 11831789.

HSL color Cylindrical-coordinate representation of color #ED89B4: hue angle of 334.2º degrees, saturation: 0.74, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #ED89B4 is Cyan = 0, Magento = 0.42, Yellow = 0.24 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 137 180 -
CMYK 0 0.42 0.24 0.07
HSL 334.2º 0.74% 0.73% -
HSV(B) 334.2º 0.42% 0.93% -
XYZ 52.11 39.19 48 -
YUV 171.8 132.63 174.5 -
System Red Green Blue C M Y K H S L
Decimal 237 137 180 0 0.42 0.24 0.07 334.2 0.74 0.73
Hex ED 89 B4 0 2A 18 7 14E 4A 49
Octal 355 211 264 0 52 30 7 516 112 111
Binary 11101101 10001001 10110100 0 101010 11000 111 101001110 1001010 1001001

Color Harmonies of #ED89B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED89B4

Black with #ED89B4

Text Example


Text Example

White with #ED89B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED89B4; }

 p { color: rgb(237,137,180); }

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

background-color css

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

 a { background-color: rgb(237,137,180); }

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

border-color css

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

 span { border-color: rgb(237,137,180); }

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