#E08693

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

Shades of Carissma #E08693

Tints of Carissma #E08693

Color information

#E08693 (or 0xE08693) is unknown color: approx Carissma. HEX triplet: E0, 86 and 93. RGB value is (224,134,147). Sum of RGB (Red+Green+Blue) = 224+134+147=505 (66% of max value = 765). Red value is 224 (87.89% from 255 or 44.36% from 505); Green value is 134 (52.73% from 255 or 26.53% from 505); Blue value is 147 (57.81% from 255 or 29.11% from 505); Max value from RGB is 224 - color contains mainly: red. Hex color #E08693 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E08693 is #1F796C. Grayscale: #A2A2A2. Windows color (decimal): -2062701 or 9668320. OLE color: 9668320.

HSL color Cylindrical-coordinate representation of color #E08693: hue angle of 351.33º degrees, saturation: 0.59, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #E08693 is Cyan = 0, Magento = 0.40, Yellow = 0.34 and Black (K on CMYK) = 0.12.

Color convert

RGB224134147-
CMYK00.400.340.12
HSL351.33º59.21%70.2%-
HSV(B)351.33º40.18%87.84%-
XYZ44.533532.01-
YUV162.39119.32171.94-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 44.36%
GREEN value IS 134 (52.73% from 255) = 26.53%
BLUE value IS 147 (57.81% from 255) = 29.11%
R=44.36%
G=26.53%
B=29.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.34
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22413414700.400.340.12351.3359.2170.2
HexE0869302822C15f3b46
Octal340206223050421453773106
Binary111000001000011010010011010100010001011001010111111110111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E08693

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E08693; }

 p { color: rgb(224,134,147); }

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

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

 a { background-color: rgb(224,134,147); }

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

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

 span { border-color: rgb(224,134,147); }

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