Html Css Color HEX #EBC1C4 Azalea

📋 copy color: '#EBC1C4'

red 235 ◦ green 193 ◦ blue 196

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

Shades of Azalea #EBC1C4

Tints of Azalea #EBC1C4

RGB

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

 GREEN value IS 193 (75.78% from 255) = 30.93%

 BLUE value IS 196 (76.95% from 255) = 31.41%

R = 37.66%
G = 30.93%
B = 31.41%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.17

 K value IS 0.08

RGB Variations

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

Color information

#EBC1C4 (or 0xEBC1C4) is known color: Azalea. HEX triplet: EB, C1 and C4. RGB value is (235,193,196). Sum of RGB (Red+Green+Blue) = 235+193+196=624 (82% of max value = 765). Red value is 235 (92.19% from 255 or 37.66% from 624); Green value is 193 (75.78% from 255 or 30.93% from 624); Blue value is 196 (76.95% from 255 or 31.41% from 624); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC1C4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBC1C4 is #143E3B. Grayscale: #CDCDCD. Windows color (decimal): -1326652 or 12894699. OLE color: 12894699.

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

Color convert

RGB 235 193 196 -
CMYK 0 0.18 0.17 0.08
HSL 355.71º 0.51% 0.84% -
HSV(B) 355.71º 0.18% 0.92% -
XYZ 63.29 59.79 60.43 -
YUV 205.9 122.41 148.76 -
System Red Green Blue C M Y K H S L
Decimal 235 193 196 0 0.18 0.17 0.08 355.71 0.51 0.84
Hex EB C1 C4 0 12 11 8 164 33 54
Octal 353 301 304 0 22 21 10 544 63 124
Binary 11101011 11000001 11000100 0 10010 10001 1000 101100100 110011 1010100

Color Harmonies of #EBC1C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBC1C4

Black with #EBC1C4

Text Example


Text Example

White with #EBC1C4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBC1C4; }

 p { color: rgb(235,193,196); }

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

background-color css

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

 a { background-color: rgb(235,193,196); }

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

border-color css

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

 span { border-color: rgb(235,193,196); }

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