#E68794

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

Shades of Carissma #E68794

Tints of Carissma #E68794

Color information

#E68794 (or 0xE68794) is unknown color: approx Carissma. HEX triplet: E6, 87 and 94. RGB value is (230,135,148). Sum of RGB (Red+Green+Blue) = 230+135+148=513 (67% of max value = 765). Red value is 230 (90.23% from 255 or 44.83% from 513); Green value is 135 (53.12% from 255 or 26.32% from 513); Blue value is 148 (58.20% from 255 or 28.85% from 513); Max value from RGB is 230 - color contains mainly: red. Hex color #E68794 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E68794 is #19786B. Grayscale: #A4A4A4. Windows color (decimal): -1669228 or 9734118. OLE color: 9734118.

HSL color Cylindrical-coordinate representation of color #E68794: hue angle of 351.79º degrees, saturation: 0.66, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #E68794 is Cyan = 0, Magento = 0.41, Yellow = 0.36 and Black (K on CMYK) = 0.10.

Color convert

RGB230135148-
CMYK00.410.360.10
HSL351.79º65.52%71.57%-
HSV(B)351.79º41.3%90.2%-
XYZ46.6436.2932.56-
YUV164.89118.47174.44-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 44.83%
GREEN value IS 135 (53.12% from 255) = 26.32%
BLUE value IS 148 (58.20% from 255) = 28.85%
R=44.83%
G=26.32%
B=28.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.36
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23013514800.410.360.10351.7965.5271.57
HexE6879402924A1604248
Octal3462072240514412540102110
Binary1110011010000111100101000101001100100101010110000010000101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E68794

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E68794; }

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

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

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

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

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

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

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

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