Html Css Color HEX #EBC9CB Azalea

📋 copy color: '#EBC9CB'

red 235 ◦ green 201 ◦ blue 203

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

Shades of Azalea #EBC9CB

Tints of Azalea #EBC9CB

RGB

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

 GREEN value IS 201 (78.91% from 255) = 31.46%

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

R = 36.78%
G = 31.46%
B = 31.77%

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

#EBC9CB (or 0xEBC9CB) is known color: Azalea. HEX triplet: EB, C9 and CB. RGB value is (235,201,203). Sum of RGB (Red+Green+Blue) = 235+201+203=639 (84% of max value = 765). Red value is 235 (92.19% from 255 or 36.78% from 639); Green value is 201 (78.91% from 255 or 31.46% from 639); Blue value is 203 (79.69% from 255 or 31.77% from 639); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC9CB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBC9CB is #143634. Grayscale: #D3D3D3. Windows color (decimal): -1324597 or 13355499. OLE color: 13355499.

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

Color convert

RGB 235 201 203 -
CMYK 0 0.14 0.14 0.08
HSL 356.47º 0.46% 0.85% -
HSV(B) 356.47º 0.14% 0.92% -
XYZ 65.93 63.75 65.33 -
YUV 211.39 123.26 144.84 -
System Red Green Blue C M Y K H S L
Decimal 235 201 203 0 0.14 0.14 0.08 356.47 0.46 0.85
Hex EB C9 CB 0 E E 8 164 2E 55
Octal 353 311 313 0 16 16 10 544 56 125
Binary 11101011 11001001 11001011 0 1110 1110 1000 101100100 101110 1010101

Color Harmonies of #EBC9CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBC9CB

Black with #EBC9CB

Text Example


Text Example

White with #EBC9CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBC9CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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