#E47DAD

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

Shades of Kobi #E47DAD

Tints of Kobi #E47DAD

Color information

#E47DAD (or 0xE47DAD) is unknown color: approx Kobi. HEX triplet: E4, 7D and AD. RGB value is (228,125,173). Sum of RGB (Red+Green+Blue) = 228+125+173=526 (69% of max value = 765). Red value is 228 (89.45% from 255 or 43.35% from 526); Green value is 125 (49.22% from 255 or 23.76% from 526); Blue value is 173 (67.97% from 255 or 32.89% from 526); Max value from RGB is 228 - color contains mainly: red. Hex color #E47DAD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E47DAD is #1B8252. Grayscale: #A1A1A1. Windows color (decimal): -1802835 or 11369956. OLE color: 11369956.

HSL color Cylindrical-coordinate representation of color #E47DAD: hue angle of 332.04º 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 #E47DAD is Cyan = 0, Magento = 0.45, Yellow = 0.24 and Black (K on CMYK) = 0.11.

Color convert

RGB228125173-
CMYK00.450.240.11
HSL332.04º65.61%69.22%-
HSV(B)332.04º45.18%89.41%-
XYZ46.8734.1843.66-
YUV161.27134.62175.6-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 43.35%
GREEN value IS 125 (49.22% from 255) = 23.76%
BLUE value IS 173 (67.97% from 255) = 32.89%
R=43.35%
G=23.76%
B=32.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.24
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22812517300.450.240.11332.0465.6169.22
HexE47DAD02D18B14c4245
Octal3441752550553013514102105
Binary11100100111110110101101010110111000101110100110010000101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E47DAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E47DAD; }

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

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

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

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

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

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

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

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