#EAC1D2

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

Shades of Prim #EAC1D2

Tints of Prim #EAC1D2

Color information

#EAC1D2 (or 0xEAC1D2) is unknown color: approx Prim. HEX triplet: EA, C1 and D2. RGB value is (234,193,210). Sum of RGB (Red+Green+Blue) = 234+193+210=637 (84% of max value = 765). Red value is 234 (91.80% from 255 or 36.73% from 637); Green value is 193 (75.78% from 255 or 30.30% from 637); Blue value is 210 (82.42% from 255 or 32.97% from 637); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC1D2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EAC1D2 is #153E2D. Grayscale: #CFCFCF. Windows color (decimal): -1392174 or 13812202. OLE color: 13812202.

HSL color Cylindrical-coordinate representation of color #EAC1D2: hue angle of 335.12º degrees, saturation: 0.49, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #EAC1D2 is Cyan = 0, Magento = 0.18, Yellow = 0.10 and Black (K on CMYK) = 0.08.

Color convert

RGB234193210-
CMYK00.180.100.08
HSL335.12º49.4%83.73%-
HSV(B)335.12º17.52%91.76%-
XYZ64.6360.2969.2-
YUV207.2129.58147.12-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 36.73%
GREEN value IS 193 (75.78% from 255) = 30.30%
BLUE value IS 210 (82.42% from 255) = 32.97%
R=36.73%
G=30.30%
B=32.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.10
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23419321000.180.100.08335.1249.483.73
HexEAC1D2012A814f3154
Octal352301322022121051761124
Binary111010101100000111010010010010101010001010011111100011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAC1D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAC1D2; }

 p { color: rgb(234,193,210); }

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

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

 a { background-color: rgb(234,193,210); }

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

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

 span { border-color: rgb(234,193,210); }

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