#E47DAC

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

Shades of Kobi #E47DAC

Tints of Kobi #E47DAC

Color information

#E47DAC (or 0xE47DAC) is unknown color: approx Kobi. HEX triplet: E4, 7D and AC. RGB value is (228,125,172). Sum of RGB (Red+Green+Blue) = 228+125+172=525 (69% of max value = 765). Red value is 228 (89.45% from 255 or 43.43% from 525); Green value is 125 (49.22% from 255 or 23.81% from 525); Blue value is 172 (67.58% from 255 or 32.76% from 525); Max value from RGB is 228 - color contains mainly: red. Hex color #E47DAC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E47DAC is #1B8253. Grayscale: #A1A1A1. Windows color (decimal): -1802836 or 11304420. OLE color: 11304420.

HSL color Cylindrical-coordinate representation of color #E47DAC: hue angle of 332.62º degrees, saturation: 0.66, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #E47DAC is Cyan = 0, Magento = 0.45, Yellow = 0.25 and Black (K on CMYK) = 0.11.

Color convert

RGB228125172-
CMYK00.450.250.11
HSL332.62º65.61%69.22%-
HSV(B)332.62º45.18%89.41%-
XYZ46.7734.1443.15-
YUV161.16134.12175.68-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 43.43%
GREEN value IS 125 (49.22% from 255) = 23.81%
BLUE value IS 172 (67.58% from 255) = 32.76%
R=43.43%
G=23.81%
B=32.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.25
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22812517200.450.250.11332.6265.6169.22
HexE47DAC02D19B14d4245
Octal3441752540553113515102105
Binary11100100111110110101100010110111001101110100110110000101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E47DAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E47DAC; }

 p { color: rgb(228,125,172); }

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

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

 a { background-color: rgb(228,125,172); }

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

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

 span { border-color: rgb(228,125,172); }

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