#E0838E

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

Shades of Carissma #E0838E

Tints of Carissma #E0838E

Color information

#E0838E (or 0xE0838E) is unknown color: approx Carissma. HEX triplet: E0, 83 and 8E. RGB value is (224,131,142). Sum of RGB (Red+Green+Blue) = 224+131+142=497 (65% of max value = 765). Red value is 224 (87.89% from 255 or 45.07% from 497); Green value is 131 (51.56% from 255 or 26.36% from 497); Blue value is 142 (55.86% from 255 or 28.57% from 497); Max value from RGB is 224 - color contains mainly: red. Hex color #E0838E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E0838E is #1F7C71. Grayscale: #A0A0A0. Windows color (decimal): -2063474 or 9339872. OLE color: 9339872.

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

Color convert

RGB224131142-
CMYK00.420.370.12
HSL352.9º60%69.61%-
HSV(B)352.9º41.52%87.84%-
XYZ43.7434.0329.85-
YUV160.06117.81173.61-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 45.07%
GREEN value IS 131 (51.56% from 255) = 26.36%
BLUE value IS 142 (55.86% from 255) = 28.57%
R=45.07%
G=26.36%
B=28.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.37
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22413114200.420.370.12352.96069.61
HexE0838E02A25C1613c46
Octal340203216052451454174106
Binary111000001000001110001110010101010010111001011000011111001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0838E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0838E; }

 p { color: rgb(224,131,142); }

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

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

 a { background-color: rgb(224,131,142); }

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

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

 span { border-color: rgb(224,131,142); }

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