Html Css Color HEX #E9C4C5 Azalea

📋 copy color: '#E9C4C5'

red 233 ◦ green 196 ◦ blue 197

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

Shades of Azalea #E9C4C5

Tints of Azalea #E9C4C5

RGB

 RED value IS 233 (91.41% from 255) = 37.22%

 GREEN value IS 196 (76.95% from 255) = 31.31%

 BLUE value IS 197 (77.34% from 255) = 31.47%

R = 37.22%
G = 31.31%
B = 31.47%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.15

 K value IS 0.09

RGB Variations

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

Color information

#E9C4C5 (or 0xE9C4C5) is known color: Azalea. HEX triplet: E9, C4 and C5. RGB value is (233,196,197). Sum of RGB (Red+Green+Blue) = 233+196+197=626 (82% of max value = 765). Red value is 233 (91.41% from 255 or 37.22% from 626); Green value is 196 (76.95% from 255 or 31.31% from 626); Blue value is 197 (77.34% from 255 or 31.47% from 626); Max value from RGB is 233 - color contains mainly: red. Hex color #E9C4C5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E9C4C5 is #163B3A. Grayscale: #CFCFCF. Windows color (decimal): -1456955 or 12961001. OLE color: 12961001.

HSL color Cylindrical-coordinate representation of color #E9C4C5: hue angle of 358.38º degrees, saturation: 0.46, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #E9C4C5 is Cyan = 0, Magento = 0.16, Yellow = 0.15 and Black (K on CMYK) = 0.09.

Color convert

RGB 233 196 197 -
CMYK 0 0.16 0.15 0.09
HSL 358.38º 0.46% 0.84% -
HSV(B) 358.38º 0.16% 0.91% -
XYZ 63.42 60.83 61.22 -
YUV 207.18 122.26 146.42 -
System Red Green Blue C M Y K H S L
Decimal 233 196 197 0 0.16 0.15 0.09 358.38 0.46 0.84
Hex E9 C4 C5 0 10 F 9 166 2E 54
Octal 351 304 305 0 20 17 11 546 56 124
Binary 11101001 11000100 11000101 0 10000 1111 1001 101100110 101110 1010100

Color Harmonies of #E9C4C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E9C4C5

Black with #E9C4C5

Text Example


Text Example

White with #E9C4C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E9C4C5; }

 p { color: rgb(233,196,197); }

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

background-color css

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

 a { background-color: rgb(233,196,197); }

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

border-color css

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

 span { border-color: rgb(233,196,197); }

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