#E68A94

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

Shades of Carissma #E68A94

Tints of Carissma #E68A94

Color information

#E68A94 (or 0xE68A94) is unknown color: approx Carissma. HEX triplet: E6, 8A and 94. RGB value is (230,138,148). Sum of RGB (Red+Green+Blue) = 230+138+148=516 (68% of max value = 765). Red value is 230 (90.23% from 255 or 44.57% from 516); Green value is 138 (54.30% from 255 or 26.74% from 516); Blue value is 148 (58.20% from 255 or 28.68% from 516); Max value from RGB is 230 - color contains mainly: red. Hex color #E68A94 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E68A94 is #19756B. Grayscale: #A6A6A6. Windows color (decimal): -1668460 or 9734886. OLE color: 9734886.

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

Color convert

RGB230138148-
CMYK00.40.360.10
HSL353.48º64.79%72.16%-
HSV(B)353.48º40%90.2%-
XYZ47.0737.1432.7-
YUV166.65117.48173.19-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 44.57%
GREEN value IS 138 (54.30% from 255) = 26.74%
BLUE value IS 148 (58.20% from 255) = 28.68%
R=44.57%
G=26.74%
B=28.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.4
Y (Yellow) values IS 0.36
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23013814800.40.360.10353.4864.7972.16
HexE68A9402824A1614148
Octal3462122240504412541101110
Binary1110011010001010100101000101000100100101010110000110000011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E68A94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E68A94; }

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

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

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

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

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

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

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

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