Html Css Color HEX #EBBDBE Azalea

📋 copy color: '#EBBDBE'

red 235 ◦ green 189 ◦ blue 190

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

Shades of Azalea #EBBDBE

Tints of Azalea #EBBDBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 30.94%

R = 38.27%
G = 30.78%
B = 30.94%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.19

 K value IS 0.08

RGB Variations

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

Color information

#EBBDBE (or 0xEBBDBE) is known color: Azalea. HEX triplet: EB, BD and BE. RGB value is (235,189,190). Sum of RGB (Red+Green+Blue) = 235+189+190=614 (81% of max value = 765). Red value is 235 (92.19% from 255 or 38.27% from 614); Green value is 189 (74.22% from 255 or 30.78% from 614); Blue value is 190 (74.61% from 255 or 30.94% from 614); Max value from RGB is 235 - color contains mainly: red. Hex color #EBBDBE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBBDBE is #144241. Grayscale: #CACACA. Windows color (decimal): -1327682 or 12500459. OLE color: 12500459.

HSL color Cylindrical-coordinate representation of color #EBBDBE: hue angle of 358.7º 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 #EBBDBE is Cyan = 0, Magento = 0.20, Yellow = 0.19 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 189 190 -
CMYK 0 0.20 0.19 0.08
HSL 358.7º 0.53% 0.83% -
HSV(B) 358.7º 0.2% 0.92% -
XYZ 61.75 57.78 56.61 -
YUV 202.87 120.74 150.92 -
System Red Green Blue C M Y K H S L
Decimal 235 189 190 0 0.20 0.19 0.08 358.7 0.53 0.83
Hex EB BD BE 0 14 13 8 167 35 53
Octal 353 275 276 0 24 23 10 547 65 123
Binary 11101011 10111101 10111110 0 10100 10011 1000 101100111 110101 1010011

Color Harmonies of #EBBDBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBBDBE

Black with #EBBDBE

Text Example


Text Example

White with #EBBDBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBBDBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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