#E482A7

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

Shades of Kobi #E482A7

Tints of Kobi #E482A7

Color information

#E482A7 (or 0xE482A7) is unknown color: approx Kobi. HEX triplet: E4, 82 and A7. RGB value is (228,130,167). Sum of RGB (Red+Green+Blue) = 228+130+167=525 (69% of max value = 765). Red value is 228 (89.45% from 255 or 43.43% from 525); Green value is 130 (51.17% from 255 or 24.76% from 525); Blue value is 167 (65.62% from 255 or 31.81% from 525); Max value from RGB is 228 - color contains mainly: red. Hex color #E482A7 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E482A7 is #1B7D58. Grayscale: #A3A3A3. Windows color (decimal): -1801561 or 10978020. OLE color: 10978020.

HSL color Cylindrical-coordinate representation of color #E482A7: hue angle of 337.35º degrees, saturation: 0.64, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #E482A7 is Cyan = 0, Magento = 0.43, Yellow = 0.27 and Black (K on CMYK) = 0.11.

Color convert

RGB228130167-
CMYK00.430.270.11
HSL337.35º64.47%70.2%-
HSV(B)337.35º42.98%89.41%-
XYZ46.9535.2540.89-
YUV163.52129.97173.99-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 43.43%
GREEN value IS 130 (51.17% from 255) = 24.76%
BLUE value IS 167 (65.62% from 255) = 31.81%
R=43.43%
G=24.76%
B=31.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.27
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22813016700.430.270.11337.3564.4770.2
HexE482A702B1BB1514046
Octal3442022470533313521100106
Binary111001001000001010100111010101111011101110101000110000001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E482A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E482A7; }

 p { color: rgb(228,130,167); }

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

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

 a { background-color: rgb(228,130,167); }

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

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

 span { border-color: rgb(228,130,167); }

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