#e782af

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

Shades of Kobi #E782AF

Tints of Kobi #E782AF

Color information

#E782AF (or 0xE782AF) is unknown color: approx Kobi. HEX triplet: E7, 82 and AF. RGB value is (231,130,175). Sum of RGB (Red+Green+Blue) = 231+130+175=536 (70% of max value = 765). Red value is 231 (90.62% from 255 or 43.10% from 536); Green value is 130 (51.17% from 255 or 24.25% from 536); Blue value is 175 (68.75% from 255 or 32.65% from 536); Max value from RGB is 231 - color contains mainly: red. Hex color #E782AF is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E782AF is #187D50. Grayscale: #A5A5A5. Windows color (decimal): -1604945 or 11502311. OLE color: 11502311.

HSL color Cylindrical-coordinate representation of color #E782AF: hue angle of 333.27º degrees, saturation: 0.68, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #E782AF is Cyan = 0, Magento = 0.44, Yellow = 0.24 and Black (K on CMYK) = 0.09.

Color convert

RGB231130175-
CMYK00.440.240.09
HSL333.27º67.79%70.78%-
HSV(B)333.27º43.72%90.59%-
XYZ48.6836.0544.95-
YUV165.33133.46174.84-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 43.10%
GREEN value IS 130 (51.17% from 255) = 24.25%
BLUE value IS 175 (68.75% from 255) = 32.65%
R=43.10%
G=24.25%
B=32.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.24
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23113017500.440.240.09333.2767.7970.78
HexE782AF02C18914d4447
Octal3472022570543011515104107
Binary111001111000001010101111010110011000100110100110110001001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e782af

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e782af; }

 p { color: rgb(231,130,175); }

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

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

 a { background-color: rgb(231,130,175); }

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

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

 span { border-color: rgb(231,130,175); }

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