#E38284

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

Shades of Carissma #E38284

Tints of Carissma #E38284

Color information

#E38284 (or 0xE38284) is unknown color: approx Carissma. HEX triplet: E3, 82 and 84. RGB value is (227,130,132). Sum of RGB (Red+Green+Blue) = 227+130+132=489 (64% of max value = 765). Red value is 227 (89.06% from 255 or 46.42% from 489); Green value is 130 (51.17% from 255 or 26.58% from 489); Blue value is 132 (51.95% from 255 or 26.99% from 489); Max value from RGB is 227 - color contains mainly: red. Hex color #E38284 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E38284 is #1C7D7B. Grayscale: #9F9F9F. Windows color (decimal): -1867132 or 8684259. OLE color: 8684259.

HSL color Cylindrical-coordinate representation of color #E38284: hue angle of 358.76º degrees, saturation: 0.63, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #E38284 is Cyan = 0, Magento = 0.43, Yellow = 0.42 and Black (K on CMYK) = 0.11.

Color convert

RGB227130132-
CMYK00.430.420.11
HSL358.76º63.4%70%-
HSV(B)358.76º42.73%89.02%-
XYZ43.8333.9626.08-
YUV159.23112.64176.34-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 46.42%
GREEN value IS 130 (51.17% from 255) = 26.58%
BLUE value IS 132 (51.95% from 255) = 26.99%
R=46.42%
G=26.58%
B=26.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.42
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22713013200.430.420.11358.7663.470
HexE3828402B2AB1673f46
Octal343202204053521354777106
Binary111000111000001010000100010101110101010111011001111111111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E38284

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E38284; }

 p { color: rgb(227,130,132); }

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

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

 a { background-color: rgb(227,130,132); }

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

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

 span { border-color: rgb(227,130,132); }

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