#E6808A

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

Shades of Carissma #E6808A

Tints of Carissma #E6808A

Color information

#E6808A (or 0xE6808A) is unknown color: approx Carissma. HEX triplet: E6, 80 and 8A. RGB value is (230,128,138). Sum of RGB (Red+Green+Blue) = 230+128+138=496 (65% of max value = 765). Red value is 230 (90.23% from 255 or 46.37% from 496); Green value is 128 (50.39% from 255 or 25.81% from 496); Blue value is 138 (54.30% from 255 or 27.82% from 496); Max value from RGB is 230 - color contains mainly: red. Hex color #E6808A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E6808A is #197F75. Grayscale: #9F9F9F. Windows color (decimal): -1671030 or 9076966. OLE color: 9076966.

HSL color Cylindrical-coordinate representation of color #E6808A: hue angle of 354.12º degrees, saturation: 0.67, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #E6808A is Cyan = 0, Magento = 0.44, Yellow = 0.4 and Black (K on CMYK) = 0.10.

Color convert

RGB230128138-
CMYK00.440.40.10
HSL354.12º67.11%70.2%-
HSV(B)354.12º44.35%90.2%-
XYZ44.9434.128.26-
YUV159.64115.79178.19-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 46.37%
GREEN value IS 128 (50.39% from 255) = 25.81%
BLUE value IS 138 (54.30% from 255) = 27.82%
R=46.37%
G=25.81%
B=27.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.4
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23012813800.440.40.10354.1267.1170.2
HexE6808A02C28A1624346
Octal3462002120545012542103106
Binary1110011010000000100010100101100101000101010110001010000111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6808A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6808A; }

 p { color: rgb(230,128,138); }

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

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

 a { background-color: rgb(230,128,138); }

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

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

 span { border-color: rgb(230,128,138); }

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