Html Css Color HEX #E7C4C8 Azalea

📋 copy color: '#E7C4C8'

red 231 ◦ green 196 ◦ blue 200

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

Shades of Azalea #E7C4C8

Tints of Azalea #E7C4C8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 31.9%

R = 36.84%
G = 31.26%
B = 31.9%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.13

 K value IS 0.09

RGB Variations

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

Color information

#E7C4C8 (or 0xE7C4C8) is known color: Azalea. HEX triplet: E7, C4 and C8. RGB value is (231,196,200). Sum of RGB (Red+Green+Blue) = 231+196+200=627 (83% of max value = 765). Red value is 231 (90.62% from 255 or 36.84% from 627); Green value is 196 (76.95% from 255 or 31.26% from 627); Blue value is 200 (78.52% from 255 or 31.90% from 627); Max value from RGB is 231 - color contains mainly: red. Hex color #E7C4C8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E7C4C8 is #183B37. Grayscale: #CECECE. Windows color (decimal): -1588024 or 13157607. OLE color: 13157607.

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

Color convert

RGB 231 196 200 -
CMYK 0 0.15 0.13 0.09
HSL 353.14º 0.42% 0.84% -
HSV(B) 353.14º 0.15% 0.91% -
XYZ 63.12 60.64 63.02 -
YUV 206.92 124.1 145.17 -
System Red Green Blue C M Y K H S L
Decimal 231 196 200 0 0.15 0.13 0.09 353.14 0.42 0.84
Hex E7 C4 C8 0 F D 9 161 2A 54
Octal 347 304 310 0 17 15 11 541 52 124
Binary 11100111 11000100 11001000 0 1111 1101 1001 101100001 101010 1010100

Color Harmonies of #E7C4C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7C4C8

Black with #E7C4C8

Text Example


Text Example

White with #E7C4C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7C4C8; }

 p { color: rgb(231,196,200); }

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

background-color css

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

 a { background-color: rgb(231,196,200); }

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

border-color css

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

 span { border-color: rgb(231,196,200); }

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