#E08284

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

Shades of Carissma #E08284

Tints of Carissma #E08284

Color information

#E08284 (or 0xE08284) is unknown color: approx Carissma. HEX triplet: E0, 82 and 84. RGB value is (224,130,132). Sum of RGB (Red+Green+Blue) = 224+130+132=486 (64% of max value = 765). Red value is 224 (87.89% from 255 or 46.09% from 486); Green value is 130 (51.17% from 255 or 26.75% from 486); Blue value is 132 (51.95% from 255 or 27.16% from 486); Max value from RGB is 224 - color contains mainly: red. Hex color #E08284 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E08284 is #1F7D7B. Grayscale: #9E9E9E. Windows color (decimal): -2063740 or 8684256. OLE color: 8684256.

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

Color convert

RGB224130132-
CMYK00.420.410.12
HSL358.72º60.26%69.41%-
HSV(B)358.72º41.96%87.84%-
XYZ42.8933.4826.03-
YUV158.33113.14174.84-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 46.09%
GREEN value IS 130 (51.17% from 255) = 26.75%
BLUE value IS 132 (51.95% from 255) = 27.16%
R=46.09%
G=26.75%
B=27.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.41
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22413013200.420.410.12358.7260.2669.41
HexE0828402A29C1673c45
Octal340202204052511454774105
Binary111000001000001010000100010101010100111001011001111111001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E08284

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E08284; }

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

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

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

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

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

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

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

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