#E67BA2

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

Shades of Carissma #E67BA2

Tints of Carissma #E67BA2

Color information

#E67BA2 (or 0xE67BA2) is unknown color: approx Carissma. HEX triplet: E6, 7B and A2. RGB value is (230,123,162). Sum of RGB (Red+Green+Blue) = 230+123+162=515 (68% of max value = 765). Red value is 230 (90.23% from 255 or 44.66% from 515); Green value is 123 (48.44% from 255 or 23.88% from 515); Blue value is 162 (63.67% from 255 or 31.46% from 515); Max value from RGB is 230 - color contains mainly: red. Hex color #E67BA2 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E67BA2 is #19845D. Grayscale: #9F9F9F. Windows color (decimal): -1672286 or 10648550. OLE color: 10648550.

HSL color Cylindrical-coordinate representation of color #E67BA2: hue angle of 338.13º degrees, saturation: 0.68, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #E67BA2 is Cyan = 0, Magento = 0.47, Yellow = 0.30 and Black (K on CMYK) = 0.10.

Color convert

RGB230123162-
CMYK00.470.300.10
HSL338.13º68.15%69.22%-
HSV(B)338.13º46.52%90.2%-
XYZ46.2433.638.23-
YUV159.44129.45178.33-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 44.66%
GREEN value IS 123 (48.44% from 255) = 23.88%
BLUE value IS 162 (63.67% from 255) = 31.46%
R=44.66%
G=23.88%
B=31.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.30
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23012316200.470.300.10338.1368.1569.22
HexE67BA202F1EA1524445
Octal3461732420573612522104105
Binary11100110111101110100010010111111110101010101001010001001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E67BA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E67BA2; }

 p { color: rgb(230,123,162); }

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

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

 a { background-color: rgb(230,123,162); }

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

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

 span { border-color: rgb(230,123,162); }

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