#E07F91

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

Shades of Carissma #E07F91

Tints of Carissma #E07F91

Color information

#E07F91 (or 0xE07F91) is unknown color: approx Carissma. HEX triplet: E0, 7F and 91. RGB value is (224,127,145). Sum of RGB (Red+Green+Blue) = 224+127+145=496 (65% of max value = 765). Red value is 224 (87.89% from 255 or 45.16% from 496); Green value is 127 (50% from 255 or 25.60% from 496); Blue value is 145 (57.03% from 255 or 29.23% from 496); Max value from RGB is 224 - color contains mainly: red. Hex color #E07F91 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E07F91 is #1F806E. Grayscale: #9E9E9E. Windows color (decimal): -2064495 or 9535456. OLE color: 9535456.

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

Color convert

RGB224127145-
CMYK00.430.350.12
HSL348.87º61.01%68.82%-
HSV(B)348.87º43.3%87.84%-
XYZ43.4433.0730.88-
YUV158.05120.64175.04-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 45.16%
GREEN value IS 127 (50% from 255) = 25.60%
BLUE value IS 145 (57.03% from 255) = 29.23%
R=45.16%
G=25.60%
B=29.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.35
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22412714500.430.350.12348.8761.0168.82
HexE07F9102B23C15d3d45
Octal340177221053431453575105
Binary11100000111111110010001010101110001111001010111011111011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E07F91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E07F91; }

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

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

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

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

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

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

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

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