#E7C4D8

Color #E7C4D8 Classic Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Classic Rose #E7C4D8

Tints of Classic Rose #E7C4D8

Color information

#E7C4D8 (or 0xE7C4D8) is unknown color: approx Classic Rose. HEX triplet: E7, C4 and D8. RGB value is (231,196,216). Sum of RGB (Red+Green+Blue) = 231+196+216=643 (85% of max value = 765). Red value is 231 (90.62% from 255 or 35.93% from 643); Green value is 196 (76.95% from 255 or 30.48% from 643); Blue value is 216 (84.77% from 255 or 33.59% from 643); Max value from RGB is 231 - color contains mainly: red. Hex color #E7C4D8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E7C4D8 is #183B27. Grayscale: #D0D0D0. Windows color (decimal): -1588008 or 14206183. OLE color: 14206183.

HSL color Cylindrical-coordinate representation of color #E7C4D8: hue angle of 325.71º 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 #E7C4D8 is Cyan = 0, Magento = 0.15, Yellow = 0.06 and Black (K on CMYK) = 0.09.

Color convert

RGB231196216-
CMYK00.150.060.09
HSL325.71º42.17%83.73%-
HSV(B)325.71º15.15%90.59%-
XYZ65.0961.4373.39-
YUV208.74132.1143.87-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 35.93%
GREEN value IS 196 (76.95% from 255) = 30.48%
BLUE value IS 216 (84.77% from 255) = 33.59%
R=35.93%
G=30.48%
B=33.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.06
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23119621600.150.060.09325.7142.1783.73
HexE7C4D80F691462a54
Octal34730433001761150652124
Binary1110011111000100110110000111111010011010001101010101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7C4D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7C4D8; }

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

 H1.HeaderClassName
 {
   color: #E7C4D8;
 }
 .AnyTagClassName
 {
   color: #E7C4D8;
 }
</style>
background-color css

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

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

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

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

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

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