#E488AF

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

Shades of Kobi #E488AF

Tints of Kobi #E488AF

Color information

#E488AF (or 0xE488AF) is unknown color: approx Kobi. HEX triplet: E4, 88 and AF. RGB value is (228,136,175). Sum of RGB (Red+Green+Blue) = 228+136+175=539 (71% of max value = 765). Red value is 228 (89.45% from 255 or 42.30% from 539); Green value is 136 (53.52% from 255 or 25.23% from 539); Blue value is 175 (68.75% from 255 or 32.47% from 539); Max value from RGB is 228 - color contains mainly: red. Hex color #E488AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E488AF is #1B7750. Grayscale: #A7A7A7. Windows color (decimal): -1800017 or 11503844. OLE color: 11503844.

HSL color Cylindrical-coordinate representation of color #E488AF: hue angle of 334.57º degrees, saturation: 0.63, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #E488AF is Cyan = 0, Magento = 0.40, Yellow = 0.23 and Black (K on CMYK) = 0.11.

Color convert

RGB228136175-
CMYK00.400.230.11
HSL334.57º63.01%71.37%-
HSV(B)334.57º40.35%89.41%-
XYZ48.5437.245.18-
YUV167.95131.98170.83-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 42.30%
GREEN value IS 136 (53.52% from 255) = 25.23%
BLUE value IS 175 (68.75% from 255) = 32.47%
R=42.30%
G=25.23%
B=32.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.23
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22813617500.400.230.11334.5763.0171.37
HexE488AF02817B14f3f47
Octal344210257050271351777107
Binary11100100100010001010111101010001011110111010011111111111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E488AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E488AF; }

 p { color: rgb(228,136,175); }

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

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

 a { background-color: rgb(228,136,175); }

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

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

 span { border-color: rgb(228,136,175); }

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