#E6809B

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

Shades of Carissma #E6809B

Tints of Carissma #E6809B

Color information

#E6809B (or 0xE6809B) is unknown color: approx Carissma. HEX triplet: E6, 80 and 9B. RGB value is (230,128,155). Sum of RGB (Red+Green+Blue) = 230+128+155=513 (67% of max value = 765). Red value is 230 (90.23% from 255 or 44.83% from 513); Green value is 128 (50.39% from 255 or 24.95% from 513); Blue value is 155 (60.94% from 255 or 30.21% from 513); Max value from RGB is 230 - color contains mainly: red. Hex color #E6809B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E6809B is #197F64. Grayscale: #A1A1A1. Windows color (decimal): -1671013 or 10191078. OLE color: 10191078.

HSL color Cylindrical-coordinate representation of color #E6809B: hue angle of 344.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 #E6809B is Cyan = 0, Magento = 0.44, Yellow = 0.33 and Black (K on CMYK) = 0.10.

Color convert

RGB230128155-
CMYK00.440.330.10
HSL344.12º67.11%70.2%-
HSV(B)344.12º44.35%90.2%-
XYZ46.2734.6335.26-
YUV161.58124.29176.8-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 44.83%
GREEN value IS 128 (50.39% from 255) = 24.95%
BLUE value IS 155 (60.94% from 255) = 30.21%
R=44.83%
G=24.95%
B=30.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.33
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23012815500.440.330.10344.1267.1170.2
HexE6809B02C21A1584346
Octal3462002330544112530103106
Binary1110011010000000100110110101100100001101010101100010000111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6809B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6809B; }

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

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

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

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

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

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

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

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