Html Css Color HEX #E4C8CA Azalea

📋 copy color: '#E4C8CA'

red 228 ◦ green 200 ◦ blue 202

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

Shades of Azalea #E4C8CA

Tints of Azalea #E4C8CA

RGB

 RED value IS 228 (89.45% from 255) = 36.19%

 GREEN value IS 200 (78.52% from 255) = 31.75%

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

R = 36.19%
G = 31.75%
B = 32.06%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.11

 K value IS 0.11

RGB Variations

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

Color information

#E4C8CA (or 0xE4C8CA) is known color: Azalea. HEX triplet: E4, C8 and CA. RGB value is (228,200,202). Sum of RGB (Red+Green+Blue) = 228+200+202=630 (83% of max value = 765). Red value is 228 (89.45% from 255 or 36.19% from 630); Green value is 200 (78.52% from 255 or 31.75% from 630); Blue value is 202 (79.30% from 255 or 32.06% from 630); Max value from RGB is 228 - color contains mainly: red. Hex color #E4C8CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E4C8CA is #1B3735. Grayscale: #D0D0D0. Windows color (decimal): -1783606 or 13289700. OLE color: 13289700.

HSL color Cylindrical-coordinate representation of color #E4C8CA: hue angle of 355.71º degrees, saturation: 0.34, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #E4C8CA is Cyan = 0, Magento = 0.12, Yellow = 0.11 and Black (K on CMYK) = 0.11.

Color convert

RGB 228 200 202 -
CMYK 0 0.12 0.11 0.11
HSL 355.71º 0.34% 0.84% -
HSV(B) 355.71º 0.12% 0.89% -
XYZ 63.31 62.07 64.52 -
YUV 208.6 124.28 141.84 -
System Red Green Blue C M Y K H S L
Decimal 228 200 202 0 0.12 0.11 0.11 355.71 0.34 0.84
Hex E4 C8 CA 0 C B B 164 22 54
Octal 344 310 312 0 14 13 13 544 42 124
Binary 11100100 11001000 11001010 0 1100 1011 1011 101100100 100010 1010100

Color Harmonies of #E4C8CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E4C8CA

Black with #E4C8CA

Text Example


Text Example

White with #E4C8CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E4C8CA; }

 p { color: rgb(228,200,202); }

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

background-color css

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

 a { background-color: rgb(228,200,202); }

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

border-color css

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

 span { border-color: rgb(228,200,202); }

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