#E0868A

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

Shades of Carissma #E0868A

Tints of Carissma #E0868A

Color information

#E0868A (or 0xE0868A) is unknown color: approx Carissma. HEX triplet: E0, 86 and 8A. RGB value is (224,134,138). Sum of RGB (Red+Green+Blue) = 224+134+138=496 (65% of max value = 765). Red value is 224 (87.89% from 255 or 45.16% from 496); Green value is 134 (52.73% from 255 or 27.02% from 496); Blue value is 138 (54.30% from 255 or 27.82% from 496); Max value from RGB is 224 - color contains mainly: red. Hex color #E0868A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E0868A is #1F7975. Grayscale: #A1A1A1. Windows color (decimal): -2062710 or 9078496. OLE color: 9078496.

HSL color Cylindrical-coordinate representation of color #E0868A: hue angle of 357.33º degrees, saturation: 0.59, 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 #E0868A is Cyan = 0, Magento = 0.40, Yellow = 0.38 and Black (K on CMYK) = 0.12.

Color convert

RGB224134138-
CMYK00.400.380.12
HSL357.33º59.21%70.2%-
HSV(B)357.33º40.18%87.84%-
XYZ43.8534.7328.44-
YUV161.37114.82172.67-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 45.16%
GREEN value IS 134 (52.73% from 255) = 27.02%
BLUE value IS 138 (54.30% from 255) = 27.82%
R=45.16%
G=27.02%
B=27.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.38
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22413413800.400.380.12357.3359.2170.2
HexE0868A02826C1653b46
Octal340206212050461454573106
Binary111000001000011010001010010100010011011001011001011110111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0868A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0868A; }

 p { color: rgb(224,134,138); }

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

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

 a { background-color: rgb(224,134,138); }

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

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

 span { border-color: rgb(224,134,138); }

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