#E782A2

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

Shades of Carissma #E782A2

Tints of Carissma #E782A2

Color information

#E782A2 (or 0xE782A2) is unknown color: approx Carissma. HEX triplet: E7, 82 and A2. RGB value is (231,130,162). Sum of RGB (Red+Green+Blue) = 231+130+162=523 (69% of max value = 765). Red value is 231 (90.62% from 255 or 44.17% from 523); Green value is 130 (51.17% from 255 or 24.86% from 523); Blue value is 162 (63.67% from 255 or 30.98% from 523); Max value from RGB is 231 - color contains mainly: red. Hex color #E782A2 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E782A2 is #187D5D. Grayscale: #A3A3A3. Windows color (decimal): -1604958 or 10650343. OLE color: 10650343.

HSL color Cylindrical-coordinate representation of color #E782A2: hue angle of 340.99º 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 #E782A2 is Cyan = 0, Magento = 0.44, Yellow = 0.30 and Black (K on CMYK) = 0.09.

Color convert

RGB231130162-
CMYK00.440.300.09
HSL340.99º67.79%70.78%-
HSV(B)340.99º43.72%90.59%-
XYZ47.4635.5638.55-
YUV163.85126.96175.9-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 44.17%
GREEN value IS 130 (51.17% from 255) = 24.86%
BLUE value IS 162 (63.67% from 255) = 30.98%
R=44.17%
G=24.86%
B=30.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.30
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23113016200.440.300.09340.9967.7970.78
HexE782A202C1E91554447
Octal3472022420543611525104107
Binary111001111000001010100010010110011110100110101010110001001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E782A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E782A2; }

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

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

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

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

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

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

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

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