Html Css Color HEX #EBA2B2 Illusion

📋 copy color: '#EBA2B2'

red 235 ◦ green 162 ◦ blue 178

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

Shades of Illusion #EBA2B2

Tints of Illusion #EBA2B2

RGB

 RED value IS 235 (92.19% from 255) = 40.87%

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

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

R = 40.87%
G = 28.17%
B = 30.96%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.24

 K value IS 0.08

RGB Variations

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

Color information

#EBA2B2 (or 0xEBA2B2) is known color: Illusion. HEX triplet: EB, A2 and B2. RGB value is (235,162,178). Sum of RGB (Red+Green+Blue) = 235+162+178=575 (76% of max value = 765). Red value is 235 (92.19% from 255 or 40.87% from 575); Green value is 162 (63.67% from 255 or 28.17% from 575); Blue value is 178 (69.92% from 255 or 30.96% from 575); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA2B2 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EBA2B2 is #145D4D. Grayscale: #B9B9B9. Windows color (decimal): -1334606 or 11707115. OLE color: 11707115.

HSL color Cylindrical-coordinate representation of color #EBA2B2: hue angle of 346.85º degrees, saturation: 0.65, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #EBA2B2 is Cyan = 0, Magento = 0.31, Yellow = 0.24 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 162 178 -
CMYK 0 0.31 0.24 0.08
HSL 346.85º 0.65% 0.78% -
HSV(B) 346.85º 0.31% 0.92% -
XYZ 55.22 46.72 48.23 -
YUV 185.65 123.68 163.2 -
System Red Green Blue C M Y K H S L
Decimal 235 162 178 0 0.31 0.24 0.08 346.85 0.65 0.78
Hex EB A2 B2 0 1F 18 8 15B 41 4E
Octal 353 242 262 0 37 30 10 533 101 116
Binary 11101011 10100010 10110010 0 11111 11000 1000 101011011 1000001 1001110

Color Harmonies of #EBA2B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBA2B2

Black with #EBA2B2

Text Example


Text Example

White with #EBA2B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBA2B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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