#E27F9F

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

Shades of Carissma #E27F9F

Tints of Carissma #E27F9F

Color information

#E27F9F (or 0xE27F9F) is unknown color: approx Carissma. HEX triplet: E2, 7F and 9F. RGB value is (226,127,159). Sum of RGB (Red+Green+Blue) = 226+127+159=512 (67% of max value = 765). Red value is 226 (88.67% from 255 or 44.14% from 512); Green value is 127 (50% from 255 or 24.80% from 512); Blue value is 159 (62.5% from 255 or 31.05% from 512); Max value from RGB is 226 - color contains mainly: red. Hex color #E27F9F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E27F9F is #1D8060. Grayscale: #A0A0A0. Windows color (decimal): -1933409 or 10452962. OLE color: 10452962.

HSL color Cylindrical-coordinate representation of color #E27F9F: hue angle of 340.61º degrees, saturation: 0.63, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #E27F9F is Cyan = 0, Magento = 0.44, Yellow = 0.30 and Black (K on CMYK) = 0.11.

Color convert

RGB226127159-
CMYK00.440.300.11
HSL340.61º63.06%69.22%-
HSV(B)340.61º43.81%88.63%-
XYZ45.2133.8536.95-
YUV160.25127.3174.9-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 44.14%
GREEN value IS 127 (50% from 255) = 24.80%
BLUE value IS 159 (62.5% from 255) = 31.05%
R=44.14%
G=24.80%
B=31.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.30
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22612715900.440.300.11340.6163.0669.22
HexE27F9F02C1EB1553f45
Octal342177237054361352577105
Binary1110001011111111001111101011001111010111010101011111111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E27F9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E27F9F; }

 p { color: rgb(226,127,159); }

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

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

 a { background-color: rgb(226,127,159); }

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

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

 span { border-color: rgb(226,127,159); }

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