#E68B98

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

Shades of Carissma #E68B98

Tints of Carissma #E68B98

Color information

#E68B98 (or 0xE68B98) is unknown color: approx Carissma. HEX triplet: E6, 8B and 98. RGB value is (230,139,152). Sum of RGB (Red+Green+Blue) = 230+139+152=521 (69% of max value = 765). Red value is 230 (90.23% from 255 or 44.15% from 521); Green value is 139 (54.69% from 255 or 26.68% from 521); Blue value is 152 (59.77% from 255 or 29.17% from 521); Max value from RGB is 230 - color contains mainly: red. Hex color #E68B98 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E68B98 is #197467. Grayscale: #A7A7A7. Windows color (decimal): -1668200 or 9997286. OLE color: 9997286.

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

Color convert

RGB230139152-
CMYK00.400.340.10
HSL351.43º64.54%72.35%-
HSV(B)351.43º39.57%90.2%-
XYZ47.5337.5634.45-
YUV167.69119.15172.44-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 44.15%
GREEN value IS 139 (54.69% from 255) = 26.68%
BLUE value IS 152 (59.77% from 255) = 29.17%
R=44.15%
G=26.68%
B=29.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.34
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23013915200.400.340.10351.4364.5472.35
HexE68B9802822A15f4148
Octal3462132300504212537101110
Binary1110011010001011100110000101000100010101010101111110000011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E68B98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E68B98; }

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

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

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

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

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

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

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

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