#E081AD

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

Shades of Kobi #E081AD

Tints of Kobi #E081AD

Color information

#E081AD (or 0xE081AD) is unknown color: approx Kobi. HEX triplet: E0, 81 and AD. RGB value is (224,129,173). Sum of RGB (Red+Green+Blue) = 224+129+173=526 (69% of max value = 765). Red value is 224 (87.89% from 255 or 42.59% from 526); Green value is 129 (50.78% from 255 or 24.52% from 526); Blue value is 173 (67.97% from 255 or 32.89% from 526); Max value from RGB is 224 - color contains mainly: red. Hex color #E081AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E081AD is #1F7E52. Grayscale: #A2A2A2. Windows color (decimal): -2063955 or 11370976. OLE color: 11370976.

HSL color Cylindrical-coordinate representation of color #E081AD: hue angle of 332.21º degrees, saturation: 0.61, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #E081AD is Cyan = 0, Magento = 0.42, Yellow = 0.23 and Black (K on CMYK) = 0.12.

Color convert

RGB224129173-
CMYK00.420.230.12
HSL332.21º60.51%69.22%-
HSV(B)332.21º42.41%87.84%-
XYZ46.1334.5643.78-
YUV162.42133.97171.92-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 42.59%
GREEN value IS 129 (50.78% from 255) = 24.52%
BLUE value IS 173 (67.97% from 255) = 32.89%
R=42.59%
G=24.52%
B=32.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.23
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22412917300.420.230.12332.2160.5169.22
HexE081AD02A17C14c3d45
Octal340201255052271451475105
Binary11100000100000011010110101010101011111001010011001111011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E081AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E081AD; }

 p { color: rgb(224,129,173); }

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

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

 a { background-color: rgb(224,129,173); }

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

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

 span { border-color: rgb(224,129,173); }

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