#E27DAD

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

Shades of Kobi #E27DAD

Tints of Kobi #E27DAD

Color information

#E27DAD (or 0xE27DAD) is unknown color: approx Kobi. HEX triplet: E2, 7D and AD. RGB value is (226,125,173). Sum of RGB (Red+Green+Blue) = 226+125+173=524 (69% of max value = 765). Red value is 226 (88.67% from 255 or 43.13% from 524); Green value is 125 (49.22% from 255 or 23.85% from 524); Blue value is 173 (67.97% from 255 or 33.02% from 524); Max value from RGB is 226 - color contains mainly: red. Hex color #E27DAD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E27DAD is #1D8252. Grayscale: #A0A0A0. Windows color (decimal): -1933907 or 11369954. OLE color: 11369954.

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

Color convert

RGB226125173-
CMYK00.450.230.11
HSL331.49º63.52%68.82%-
HSV(B)331.49º44.69%88.63%-
XYZ46.2433.8543.63-
YUV160.67134.96174.6-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 43.13%
GREEN value IS 125 (49.22% from 255) = 23.85%
BLUE value IS 173 (67.97% from 255) = 33.02%
R=43.13%
G=23.85%
B=33.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.23
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22612517300.450.230.11331.4963.5268.82
HexE27DAD02D17B14b4045
Octal3421752550552713513100105
Binary11100010111110110101101010110110111101110100101110000001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E27DAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E27DAD; }

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

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

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

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

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

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

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

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