Html Css Color HEX #EDA4B0 Illusion

📋 copy color: '#EDA4B0'

red 237 ◦ green 164 ◦ blue 176

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

Shades of Illusion #EDA4B0

Tints of Illusion #EDA4B0

RGB

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

 GREEN value IS 164 (64.45% from 255) = 28.42%

 BLUE value IS 176 (69.14% from 255) = 30.5%

R = 41.07%
G = 28.42%
B = 30.5%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.26

 K value IS 0.07

RGB Variations

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

Color information

#EDA4B0 (or 0xEDA4B0) is known color: Illusion. HEX triplet: ED, A4 and B0. RGB value is (237,164,176). Sum of RGB (Red+Green+Blue) = 237+164+176=577 (76% of max value = 765). Red value is 237 (92.97% from 255 or 41.07% from 577); Green value is 164 (64.45% from 255 or 28.42% from 577); Blue value is 176 (69.14% from 255 or 30.50% from 577); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA4B0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EDA4B0 is #125B4F. Grayscale: #BBBBBB. Windows color (decimal): -1203024 or 11576557. OLE color: 11576557.

HSL color Cylindrical-coordinate representation of color #EDA4B0: hue angle of 350.14º degrees, saturation: 0.67, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #EDA4B0 is Cyan = 0, Magento = 0.31, Yellow = 0.26 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 164 176 -
CMYK 0 0.31 0.26 0.07
HSL 350.14º 0.67% 0.79% -
HSV(B) 350.14º 0.31% 0.93% -
XYZ 56.04 47.69 47.33 -
YUV 187.2 121.68 163.52 -
System Red Green Blue C M Y K H S L
Decimal 237 164 176 0 0.31 0.26 0.07 350.14 0.67 0.79
Hex ED A4 B0 0 1F 1A 7 15E 43 4F
Octal 355 244 260 0 37 32 7 536 103 117
Binary 11101101 10100100 10110000 0 11111 11010 111 101011110 1000011 1001111

Color Harmonies of #EDA4B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDA4B0

Black with #EDA4B0

Text Example


Text Example

White with #EDA4B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDA4B0; }

 p { color: rgb(237,164,176); }

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

background-color css

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

 a { background-color: rgb(237,164,176); }

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

border-color css

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

 span { border-color: rgb(237,164,176); }

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