#E382A7

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

Shades of Kobi #E382A7

Tints of Kobi #E382A7

Color information

#E382A7 (or 0xE382A7) is unknown color: approx Kobi. HEX triplet: E3, 82 and A7. RGB value is (227,130,167). Sum of RGB (Red+Green+Blue) = 227+130+167=524 (69% of max value = 765). Red value is 227 (89.06% from 255 or 43.32% from 524); Green value is 130 (51.17% from 255 or 24.81% from 524); Blue value is 167 (65.62% from 255 or 31.87% from 524); Max value from RGB is 227 - color contains mainly: red. Hex color #E382A7 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E382A7 is #1C7D58. Grayscale: #A3A3A3. Windows color (decimal): -1867097 or 10978019. OLE color: 10978019.

HSL color Cylindrical-coordinate representation of color #E382A7: hue angle of 337.11º degrees, saturation: 0.63, 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 #E382A7 is Cyan = 0, Magento = 0.43, Yellow = 0.26 and Black (K on CMYK) = 0.11.

Color convert

RGB227130167-
CMYK00.430.260.11
HSL337.11º63.4%70%-
HSV(B)337.11º42.73%89.02%-
XYZ46.6435.0940.87-
YUV163.22130.14173.49-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 43.32%
GREEN value IS 130 (51.17% from 255) = 24.81%
BLUE value IS 167 (65.62% from 255) = 31.87%
R=43.32%
G=24.81%
B=31.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.26
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22713016700.430.260.11337.1163.470
HexE382A702B1AB1513f46
Octal343202247053321352177106
Binary11100011100000101010011101010111101010111010100011111111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E382A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E382A7; }

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

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

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

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

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

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

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

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