Html Css Color HEX #EBBDC1 Azalea

📋 copy color: '#EBBDC1'

red 235 ◦ green 189 ◦ blue 193

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

Shades of Azalea #EBBDC1

Tints of Azalea #EBBDC1

RGB

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

 GREEN value IS 189 (74.22% from 255) = 30.63%

 BLUE value IS 193 (75.78% from 255) = 31.28%

R = 38.09%
G = 30.63%
B = 31.28%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.18

 K value IS 0.08

RGB Variations

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

Color information

#EBBDC1 (or 0xEBBDC1) is known color: Azalea. HEX triplet: EB, BD and C1. RGB value is (235,189,193). Sum of RGB (Red+Green+Blue) = 235+189+193=617 (81% of max value = 765). Red value is 235 (92.19% from 255 or 38.09% from 617); Green value is 189 (74.22% from 255 or 30.63% from 617); Blue value is 193 (75.78% from 255 or 31.28% from 617); Max value from RGB is 235 - color contains mainly: red. Hex color #EBBDC1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBBDC1 is #14423E. Grayscale: #CBCBCB. Windows color (decimal): -1327679 or 12697067. OLE color: 12697067.

HSL color Cylindrical-coordinate representation of color #EBBDC1: hue angle of 354.78º degrees, saturation: 0.53, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #EBBDC1 is Cyan = 0, Magento = 0.20, Yellow = 0.18 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 189 193 -
CMYK 0 0.20 0.18 0.08
HSL 354.78º 0.53% 0.83% -
HSV(B) 354.78º 0.2% 0.92% -
XYZ 62.08 57.91 58.36 -
YUV 203.21 122.24 150.67 -
System Red Green Blue C M Y K H S L
Decimal 235 189 193 0 0.20 0.18 0.08 354.78 0.53 0.83
Hex EB BD C1 0 14 12 8 163 35 53
Octal 353 275 301 0 24 22 10 543 65 123
Binary 11101011 10111101 11000001 0 10100 10010 1000 101100011 110101 1010011

Color Harmonies of #EBBDC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBBDC1

Black with #EBBDC1

Text Example


Text Example

White with #EBBDC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBBDC1; }

 p { color: rgb(235,189,193); }

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

background-color css

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

 a { background-color: rgb(235,189,193); }

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

border-color css

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

 span { border-color: rgb(235,189,193); }

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