Html Css Color HEX #EBBFC0 Azalea

📋 copy color: '#EBBFC0'

red 235 ◦ green 191 ◦ blue 192

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

Shades of Azalea #EBBFC0

Tints of Azalea #EBBFC0

RGB

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

 GREEN value IS 191 (75% from 255) = 30.91%

 BLUE value IS 192 (75.39% from 255) = 31.07%

R = 38.03%
G = 30.91%
B = 31.07%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.18

 K value IS 0.08

RGB Variations

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

Color information

#EBBFC0 (or 0xEBBFC0) is known color: Azalea. HEX triplet: EB, BF and C0. RGB value is (235,191,192). Sum of RGB (Red+Green+Blue) = 235+191+192=618 (81% of max value = 765). Red value is 235 (92.19% from 255 or 38.03% from 618); Green value is 191 (75% from 255 or 30.91% from 618); Blue value is 192 (75.39% from 255 or 31.07% from 618); Max value from RGB is 235 - color contains mainly: red. Hex color #EBBFC0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBBFC0 is #14403F. Grayscale: #CCCCCC. Windows color (decimal): -1327168 or 12632043. OLE color: 12632043.

HSL color Cylindrical-coordinate representation of color #EBBFC0: hue angle of 358.64º degrees, saturation: 0.52, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #EBBFC0 is Cyan = 0, Magento = 0.19, Yellow = 0.18 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 191 192 -
CMYK 0 0.19 0.18 0.08
HSL 358.64º 0.52% 0.84% -
HSV(B) 358.64º 0.19% 0.92% -
XYZ 62.41 58.73 57.92 -
YUV 204.27 121.08 149.92 -
System Red Green Blue C M Y K H S L
Decimal 235 191 192 0 0.19 0.18 0.08 358.64 0.52 0.84
Hex EB BF C0 0 13 12 8 167 34 54
Octal 353 277 300 0 23 22 10 547 64 124
Binary 11101011 10111111 11000000 0 10011 10010 1000 101100111 110100 1010100

Color Harmonies of #EBBFC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBBFC0

Black with #EBBFC0

Text Example


Text Example

White with #EBBFC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBBFC0; }

 p { color: rgb(235,191,192); }

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

background-color css

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

 a { background-color: rgb(235,191,192); }

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

border-color css

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

 span { border-color: rgb(235,191,192); }

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