#E1868F

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

Shades of Carissma #E1868F

Tints of Carissma #E1868F

Color information

#E1868F (or 0xE1868F) is unknown color: approx Carissma. HEX triplet: E1, 86 and 8F. RGB value is (225,134,143). Sum of RGB (Red+Green+Blue) = 225+134+143=502 (66% of max value = 765). Red value is 225 (88.28% from 255 or 44.82% from 502); Green value is 134 (52.73% from 255 or 26.69% from 502); Blue value is 143 (56.25% from 255 or 28.49% from 502); Max value from RGB is 225 - color contains mainly: red. Hex color #E1868F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E1868F is #1E7970. Grayscale: #A2A2A2. Windows color (decimal): -1997169 or 9406177. OLE color: 9406177.

HSL color Cylindrical-coordinate representation of color #E1868F: hue angle of 354.07º degrees, saturation: 0.6, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #E1868F is Cyan = 0, Magento = 0.40, Yellow = 0.36 and Black (K on CMYK) = 0.12.

Color convert

RGB225134143-
CMYK00.400.360.12
HSL354.07º60.26%70.39%-
HSV(B)354.07º40.44%88.24%-
XYZ44.5335.0430.4-
YUV162.23117.15172.77-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 44.82%
GREEN value IS 134 (52.73% from 255) = 26.69%
BLUE value IS 143 (56.25% from 255) = 28.49%
R=44.82%
G=26.69%
B=28.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.36
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22513414300.400.360.12354.0760.2670.39
HexE1868F02824C1623c46
Octal341206217050441454274106
Binary111000011000011010001111010100010010011001011000101111001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1868F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1868F; }

 p { color: rgb(225,134,143); }

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

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

 a { background-color: rgb(225,134,143); }

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

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

 span { border-color: rgb(225,134,143); }

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