#E0838A

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

Shades of Carissma #E0838A

Tints of Carissma #E0838A

Color information

#E0838A (or 0xE0838A) is unknown color: approx Carissma. HEX triplet: E0, 83 and 8A. RGB value is (224,131,138). Sum of RGB (Red+Green+Blue) = 224+131+138=493 (65% of max value = 765). Red value is 224 (87.89% from 255 or 45.44% from 493); Green value is 131 (51.56% from 255 or 26.57% from 493); Blue value is 138 (54.30% from 255 or 27.99% from 493); Max value from RGB is 224 - color contains mainly: red. Hex color #E0838A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E0838A is #1F7C75. Grayscale: #9F9F9F. Windows color (decimal): -2063478 or 9077728. OLE color: 9077728.

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

Color convert

RGB224131138-
CMYK00.420.380.12
HSL355.48º60%69.61%-
HSV(B)355.48º41.52%87.84%-
XYZ43.4433.9128.3-
YUV159.6115.81173.93-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 45.44%
GREEN value IS 131 (51.56% from 255) = 26.57%
BLUE value IS 138 (54.30% from 255) = 27.99%
R=45.44%
G=26.57%
B=27.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.38
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22413113800.420.380.12355.486069.61
HexE0838A02A26C1633c46
Octal340203212052461454374106
Binary111000001000001110001010010101010011011001011000111111001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0838A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0838A; }

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

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

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

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

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

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

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

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