Html Css Color HEX #EBC9CA Azalea

📋 copy color: '#EBC9CA'

red 235 ◦ green 201 ◦ blue 202

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

Shades of Azalea #EBC9CA

Tints of Azalea #EBC9CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 31.66%

R = 36.83%
G = 31.5%
B = 31.66%

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

#EBC9CA (or 0xEBC9CA) is known color: Azalea. HEX triplet: EB, C9 and CA. RGB value is (235,201,202). Sum of RGB (Red+Green+Blue) = 235+201+202=638 (84% of max value = 765). Red value is 235 (92.19% from 255 or 36.83% from 638); Green value is 201 (78.91% from 255 or 31.50% from 638); Blue value is 202 (79.30% from 255 or 31.66% from 638); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC9CA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBC9CA is #143635. Grayscale: #D3D3D3. Windows color (decimal): -1324598 or 13289963. OLE color: 13289963.

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

Color convert

RGB 235 201 202 -
CMYK 0 0.14 0.14 0.08
HSL 358.24º 0.46% 0.85% -
HSV(B) 358.24º 0.14% 0.92% -
XYZ 65.81 63.7 64.7 -
YUV 211.28 122.76 144.92 -
System Red Green Blue C M Y K H S L
Decimal 235 201 202 0 0.14 0.14 0.08 358.24 0.46 0.85
Hex EB C9 CA 0 E E 8 166 2E 55
Octal 353 311 312 0 16 16 10 546 56 125
Binary 11101011 11001001 11001010 0 1110 1110 1000 101100110 101110 1010101

Color Harmonies of #EBC9CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBC9CA

Black with #EBC9CA

Text Example


Text Example

White with #EBC9CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBC9CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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