Html Css Color HEX #EDA2B2 Illusion

📋 copy color: '#EDA2B2'

red 237 ◦ green 162 ◦ blue 178

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

Shades of Illusion #EDA2B2

Tints of Illusion #EDA2B2

RGB

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

 GREEN value IS 162 (63.67% from 255) = 28.08%

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

R = 41.07%
G = 28.08%
B = 30.85%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.25

 K value IS 0.07

RGB Variations

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

Color information

#EDA2B2 (or 0xEDA2B2) is known color: Illusion. HEX triplet: ED, A2 and B2. RGB value is (237,162,178). Sum of RGB (Red+Green+Blue) = 237+162+178=577 (76% of max value = 765). Red value is 237 (92.97% from 255 or 41.07% from 577); Green value is 162 (63.67% from 255 or 28.08% from 577); Blue value is 178 (69.92% from 255 or 30.85% from 577); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA2B2 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EDA2B2 is #125D4D. Grayscale: #BABABA. Windows color (decimal): -1203534 or 11707117. OLE color: 11707117.

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

Color convert

RGB 237 162 178 -
CMYK 0 0.32 0.25 0.07
HSL 347.2º 0.68% 0.78% -
HSV(B) 347.2º 0.32% 0.93% -
XYZ 55.88 47.06 48.26 -
YUV 186.25 123.35 164.2 -
System Red Green Blue C M Y K H S L
Decimal 237 162 178 0 0.32 0.25 0.07 347.2 0.68 0.78
Hex ED A2 B2 0 20 19 7 15B 44 4E
Octal 355 242 262 0 40 31 7 533 104 116
Binary 11101101 10100010 10110010 0 100000 11001 111 101011011 1000100 1001110

Color Harmonies of #EDA2B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDA2B2

Black with #EDA2B2

Text Example


Text Example

White with #EDA2B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDA2B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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