#E6808F

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

Shades of Carissma #E6808F

Tints of Carissma #E6808F

Color information

#E6808F (or 0xE6808F) is unknown color: approx Carissma. HEX triplet: E6, 80 and 8F. RGB value is (230,128,143). Sum of RGB (Red+Green+Blue) = 230+128+143=501 (66% of max value = 765). Red value is 230 (90.23% from 255 or 45.91% from 501); Green value is 128 (50.39% from 255 or 25.55% from 501); Blue value is 143 (56.25% from 255 or 28.54% from 501); Max value from RGB is 230 - color contains mainly: red. Hex color #E6808F is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E6808F is #197F70. Grayscale: #A0A0A0. Windows color (decimal): -1671025 or 9404646. OLE color: 9404646.

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

Color convert

RGB230128143-
CMYK00.440.380.10
HSL351.18º67.11%70.2%-
HSV(B)351.18º44.35%90.2%-
XYZ45.3134.2430.21-
YUV160.21118.29177.78-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 45.91%
GREEN value IS 128 (50.39% from 255) = 25.55%
BLUE value IS 143 (56.25% from 255) = 28.54%
R=45.91%
G=25.55%
B=28.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.38
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23012814300.440.380.10351.1867.1170.2
HexE6808F02C26A15f4346
Octal3462002170544612537103106
Binary1110011010000000100011110101100100110101010101111110000111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6808F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6808F; }

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

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

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

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

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

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

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

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