#E08298

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

Shades of Carissma #E08298

Tints of Carissma #E08298

Color information

#E08298 (or 0xE08298) is unknown color: approx Carissma. HEX triplet: E0, 82 and 98. RGB value is (224,130,152). Sum of RGB (Red+Green+Blue) = 224+130+152=506 (67% of max value = 765). Red value is 224 (87.89% from 255 or 44.27% from 506); Green value is 130 (51.17% from 255 or 25.69% from 506); Blue value is 152 (59.77% from 255 or 30.04% from 506); Max value from RGB is 224 - color contains mainly: red. Hex color #E08298 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E08298 is #1F7D67. Grayscale: #A0A0A0. Windows color (decimal): -2063720 or 9994976. OLE color: 9994976.

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

Color convert

RGB224130152-
CMYK00.420.320.12
HSL345.96º60.26%69.41%-
HSV(B)345.96º41.96%87.84%-
XYZ44.3934.0833.94-
YUV160.61123.14173.21-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 44.27%
GREEN value IS 130 (51.17% from 255) = 25.69%
BLUE value IS 152 (59.77% from 255) = 30.04%
R=44.27%
G=25.69%
B=30.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.32
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22413015200.420.320.12345.9660.2669.41
HexE0829802A20C15a3c45
Octal340202230052401453274105
Binary111000001000001010011000010101010000011001010110101111001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E08298

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E08298; }

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

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

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

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

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

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

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

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