Html Css Color HEX #E7CACB Azalea

📋 copy color: '#E7CACB'

red 231 ◦ green 202 ◦ blue 203

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

Shades of Azalea #E7CACB

Tints of Azalea #E7CACB

RGB

 RED value IS 231 (90.63% from 255) = 36.32%

 GREEN value IS 202 (79.3% from 255) = 31.76%

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

R = 36.32%
G = 31.76%
B = 31.92%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.12

 K value IS 0.09

RGB Variations

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

Color information

#E7CACB (or 0xE7CACB) is known color: Azalea. HEX triplet: E7, CA and CB. RGB value is (231,202,203). Sum of RGB (Red+Green+Blue) = 231+202+203=636 (84% of max value = 765). Red value is 231 (90.62% from 255 or 36.32% from 636); Green value is 202 (79.30% from 255 or 31.76% from 636); Blue value is 203 (79.69% from 255 or 31.92% from 636); Max value from RGB is 231 - color contains mainly: red. Hex color #E7CACB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E7CACB is #183534. Grayscale: #D2D2D2. Windows color (decimal): -1586485 or 13355751. OLE color: 13355751.

HSL color Cylindrical-coordinate representation of color #E7CACB: hue angle of 357.93º degrees, saturation: 0.38, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #E7CACB is Cyan = 0, Magento = 0.13, Yellow = 0.12 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 202 203 -
CMYK 0 0.13 0.12 0.09
HSL 357.93º 0.38% 0.85% -
HSV(B) 357.93º 0.13% 0.91% -
XYZ 64.86 63.54 65.35 -
YUV 210.79 123.61 142.42 -
System Red Green Blue C M Y K H S L
Decimal 231 202 203 0 0.13 0.12 0.09 357.93 0.38 0.85
Hex E7 CA CB 0 D C 9 166 26 55
Octal 347 312 313 0 15 14 11 546 46 125
Binary 11100111 11001010 11001011 0 1101 1100 1001 101100110 100110 1010101

Color Harmonies of #E7CACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7CACB

Black with #E7CACB

Text Example


Text Example

White with #E7CACB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7CACB; }

 p { color: rgb(231,202,203); }

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

background-color css

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

 a { background-color: rgb(231,202,203); }

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

border-color css

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

 span { border-color: rgb(231,202,203); }

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