Html Css Color HEX #E7C7CA Azalea

📋 copy color: '#E7C7CA'

red 231 ◦ green 199 ◦ blue 202

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

Shades of Azalea #E7C7CA

Tints of Azalea #E7C7CA

RGB

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

 GREEN value IS 199 (78.13% from 255) = 31.49%

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

R = 36.55%
G = 31.49%
B = 31.96%

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

#E7C7CA (or 0xE7C7CA) is known color: Azalea. HEX triplet: E7, C7 and CA. RGB value is (231,199,202). Sum of RGB (Red+Green+Blue) = 231+199+202=632 (83% of max value = 765). Red value is 231 (90.62% from 255 or 36.55% from 632); Green value is 199 (78.12% from 255 or 31.49% from 632); Blue value is 202 (79.30% from 255 or 31.96% from 632); Max value from RGB is 231 - color contains mainly: red. Hex color #E7C7CA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E7C7CA is #183835. Grayscale: #D0D0D0. Windows color (decimal): -1587254 or 13289447. OLE color: 13289447.

HSL color Cylindrical-coordinate representation of color #E7C7CA: hue angle of 354.38º degrees, saturation: 0.4, 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 #E7C7CA is Cyan = 0, Magento = 0.14, Yellow = 0.13 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 199 202 -
CMYK 0 0.14 0.13 0.09
HSL 354.38º 0.4% 0.84% -
HSV(B) 354.38º 0.14% 0.91% -
XYZ 64.04 62.1 64.49 -
YUV 208.91 124.1 143.76 -
System Red Green Blue C M Y K H S L
Decimal 231 199 202 0 0.14 0.13 0.09 354.38 0.4 0.84
Hex E7 C7 CA 0 E D 9 162 28 54
Octal 347 307 312 0 16 15 11 542 50 124
Binary 11100111 11000111 11001010 0 1110 1101 1001 101100010 101000 1010100

Color Harmonies of #E7C7CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7C7CA

Black with #E7C7CA

Text Example


Text Example

White with #E7C7CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7C7CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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