#E38B8D

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

Shades of Carissma #E38B8D

Tints of Carissma #E38B8D

Color information

#E38B8D (or 0xE38B8D) is unknown color: approx Carissma. HEX triplet: E3, 8B and 8D. RGB value is (227,139,141). Sum of RGB (Red+Green+Blue) = 227+139+141=507 (67% of max value = 765). Red value is 227 (89.06% from 255 or 44.77% from 507); Green value is 139 (54.69% from 255 or 27.42% from 507); Blue value is 141 (55.47% from 255 or 27.81% from 507); Max value from RGB is 227 - color contains mainly: red. Hex color #E38B8D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E38B8D is #1C7472. Grayscale: #A5A5A5. Windows color (decimal): -1864819 or 9276387. OLE color: 9276387.

HSL color Cylindrical-coordinate representation of color #E38B8D: hue angle of 358.64º degrees, saturation: 0.61, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #E38B8D is Cyan = 0, Magento = 0.39, Yellow = 0.38 and Black (K on CMYK) = 0.11.

Color convert

RGB227139141-
CMYK00.390.380.11
HSL358.64º61.11%71.76%-
HSV(B)358.64º38.77%89.02%-
XYZ45.7236.7229.88-
YUV165.54114.15171.84-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 44.77%
GREEN value IS 139 (54.69% from 255) = 27.42%
BLUE value IS 141 (55.47% from 255) = 27.81%
R=44.77%
G=27.42%
B=27.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.38
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22713914100.390.380.11358.6461.1171.76
HexE38B8D02726B1673d48
Octal343213215047461354775110
Binary111000111000101110001101010011110011010111011001111111011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E38B8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E38B8D; }

 p { color: rgb(227,139,141); }

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

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

 a { background-color: rgb(227,139,141); }

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

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

 span { border-color: rgb(227,139,141); }

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