Html Css Color HEX #EBCACB Azalea

📋 copy color: '#EBCACB'

red 235 ◦ green 202 ◦ blue 203

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

Shades of Azalea #EBCACB

Tints of Azalea #EBCACB

RGB

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

 GREEN value IS 202 (79.3% from 255) = 31.56%

 BLUE value IS 203 (79.69% from 255) = 31.72%

R = 36.72%
G = 31.56%
B = 31.72%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.14

 K value IS 0.08

RGB Variations

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

Color information

#EBCACB (or 0xEBCACB) is known color: Azalea. HEX triplet: EB, CA and CB. RGB value is (235,202,203). Sum of RGB (Red+Green+Blue) = 235+202+203=640 (84% of max value = 765). Red value is 235 (92.19% from 255 or 36.72% from 640); Green value is 202 (79.30% from 255 or 31.56% from 640); Blue value is 203 (79.69% from 255 or 31.72% from 640); Max value from RGB is 235 - color contains mainly: red. Hex color #EBCACB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBCACB is #143534. Grayscale: #D4D4D4. Windows color (decimal): -1324341 or 13355755. OLE color: 13355755.

HSL color Cylindrical-coordinate representation of color #EBCACB: hue angle of 358.18º degrees, saturation: 0.45, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #EBCACB is Cyan = 0, Magento = 0.14, Yellow = 0.14 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 202 203 -
CMYK 0 0.14 0.14 0.08
HSL 358.18º 0.45% 0.86% -
HSV(B) 358.18º 0.14% 0.92% -
XYZ 66.16 64.22 65.41 -
YUV 211.98 122.93 144.42 -
System Red Green Blue C M Y K H S L
Decimal 235 202 203 0 0.14 0.14 0.08 358.18 0.45 0.86
Hex EB CA CB 0 E E 8 166 2D 56
Octal 353 312 313 0 16 16 10 546 55 126
Binary 11101011 11001010 11001011 0 1110 1110 1000 101100110 101101 1010110

Color Harmonies of #EBCACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBCACB

Black with #EBCACB

Text Example


Text Example

White with #EBCACB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBCACB; }

 p { color: rgb(235,202,203); }

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

background-color css

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

 a { background-color: rgb(235,202,203); }

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

border-color css

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

 span { border-color: rgb(235,202,203); }

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