#E07F8E

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

Shades of Carissma #E07F8E

Tints of Carissma #E07F8E

Color information

#E07F8E (or 0xE07F8E) is unknown color: approx Carissma. HEX triplet: E0, 7F and 8E. RGB value is (224,127,142). Sum of RGB (Red+Green+Blue) = 224+127+142=493 (65% of max value = 765). Red value is 224 (87.89% from 255 or 45.44% from 493); Green value is 127 (50% from 255 or 25.76% from 493); Blue value is 142 (55.86% from 255 or 28.80% from 493); Max value from RGB is 224 - color contains mainly: red. Hex color #E07F8E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E07F8E is #1F8071. Grayscale: #9D9D9D. Windows color (decimal): -2064498 or 9338848. OLE color: 9338848.

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

Color convert

RGB224127142-
CMYK00.430.370.12
HSL350.72º61.01%68.82%-
HSV(B)350.72º43.3%87.84%-
XYZ43.2132.9829.68-
YUV157.71119.14175.28-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 45.44%
GREEN value IS 127 (50% from 255) = 25.76%
BLUE value IS 142 (55.86% from 255) = 28.80%
R=45.44%
G=25.76%
B=28.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.37
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22412714200.430.370.12350.7261.0168.82
HexE07F8E02B25C15f3d45
Octal340177216053451453775105
Binary11100000111111110001110010101110010111001010111111111011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E07F8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E07F8E; }

 p { color: rgb(224,127,142); }

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

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

 a { background-color: rgb(224,127,142); }

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

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

 span { border-color: rgb(224,127,142); }

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