Html Css Color HEX #E7C6CA Azalea

📋 copy color: '#E7C6CA'

red 231 ◦ green 198 ◦ blue 202

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

Shades of Azalea #E7C6CA

Tints of Azalea #E7C6CA

RGB

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

 GREEN value IS 198 (77.73% from 255) = 31.38%

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

R = 36.61%
G = 31.38%
B = 32.01%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.13

 K value IS 0.09

RGB Variations

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

Color information

#E7C6CA (or 0xE7C6CA) is known color: Azalea. HEX triplet: E7, C6 and CA. RGB value is (231,198,202). Sum of RGB (Red+Green+Blue) = 231+198+202=631 (83% of max value = 765). Red value is 231 (90.62% from 255 or 36.61% from 631); Green value is 198 (77.73% from 255 or 31.38% from 631); Blue value is 202 (79.30% from 255 or 32.01% from 631); Max value from RGB is 231 - color contains mainly: red. Hex color #E7C6CA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E7C6CA is #183935. Grayscale: #D0D0D0. Windows color (decimal): -1587510 or 13289191. OLE color: 13289191.

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

Color convert

RGB 231 198 202 -
CMYK 0 0.14 0.13 0.09
HSL 352.73º 0.41% 0.84% -
HSV(B) 352.73º 0.14% 0.91% -
XYZ 63.81 61.64 64.41 -
YUV 208.32 124.43 144.17 -
System Red Green Blue C M Y K H S L
Decimal 231 198 202 0 0.14 0.13 0.09 352.73 0.41 0.84
Hex E7 C6 CA 0 E D 9 161 29 54
Octal 347 306 312 0 16 15 11 541 51 124
Binary 11100111 11000110 11001010 0 1110 1101 1001 101100001 101001 1010100

Color Harmonies of #E7C6CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7C6CA

Black with #E7C6CA

Text Example


Text Example

White with #E7C6CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7C6CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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