#E68B9D

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

Shades of Carissma #E68B9D

Tints of Carissma #E68B9D

Color information

#E68B9D (or 0xE68B9D) is unknown color: approx Carissma. HEX triplet: E6, 8B and 9D. RGB value is (230,139,157). Sum of RGB (Red+Green+Blue) = 230+139+157=526 (69% of max value = 765). Red value is 230 (90.23% from 255 or 43.73% from 526); Green value is 139 (54.69% from 255 or 26.43% from 526); Blue value is 157 (61.72% from 255 or 29.85% from 526); Max value from RGB is 230 - color contains mainly: red. Hex color #E68B9D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E68B9D is #197462. Grayscale: #A8A8A8. Windows color (decimal): -1668195 or 10324966. OLE color: 10324966.

HSL color Cylindrical-coordinate representation of color #E68B9D: hue angle of 348.13º degrees, saturation: 0.65, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #E68B9D is Cyan = 0, Magento = 0.40, Yellow = 0.32 and Black (K on CMYK) = 0.10.

Color convert

RGB230139157-
CMYK00.400.320.10
HSL348.13º64.54%72.35%-
HSV(B)348.13º39.57%90.2%-
XYZ47.9537.7236.65-
YUV168.26121.65172.04-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 43.73%
GREEN value IS 139 (54.69% from 255) = 26.43%
BLUE value IS 157 (61.72% from 255) = 29.85%
R=43.73%
G=26.43%
B=29.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.32
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23013915700.400.320.10348.1364.5472.35
HexE68B9D02820A15c4148
Octal3462132350504012534101110
Binary1110011010001011100111010101000100000101010101110010000011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E68B9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E68B9D; }

 p { color: rgb(230,139,157); }

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

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

 a { background-color: rgb(230,139,157); }

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

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

 span { border-color: rgb(230,139,157); }

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