#E27F8D

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

Shades of Carissma #E27F8D

Tints of Carissma #E27F8D

Color information

#E27F8D (or 0xE27F8D) is unknown color: approx Carissma. HEX triplet: E2, 7F and 8D. RGB value is (226,127,141). Sum of RGB (Red+Green+Blue) = 226+127+141=494 (65% of max value = 765). Red value is 226 (88.67% from 255 or 45.75% from 494); Green value is 127 (50% from 255 or 25.71% from 494); Blue value is 141 (55.47% from 255 or 28.54% from 494); Max value from RGB is 226 - color contains mainly: red. Hex color #E27F8D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E27F8D is #1D8072. Grayscale: #9E9E9E. Windows color (decimal): -1933427 or 9273314. OLE color: 9273314.

HSL color Cylindrical-coordinate representation of color #E27F8D: hue angle of 351.52º 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 #E27F8D is Cyan = 0, Magento = 0.44, Yellow = 0.38 and Black (K on CMYK) = 0.11.

Color convert

RGB226127141-
CMYK00.440.380.11
HSL351.52º63.06%69.22%-
HSV(B)351.52º43.81%88.63%-
XYZ43.7633.2729.31-
YUV158.2118.3176.36-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 45.75%
GREEN value IS 127 (50% from 255) = 25.71%
BLUE value IS 141 (55.47% from 255) = 28.54%
R=45.75%
G=25.71%
B=28.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.38
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22612714100.440.380.11351.5263.0669.22
HexE27F8D02C26B1603f45
Octal342177215054461354077105
Binary11100010111111110001101010110010011010111011000001111111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E27F8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E27F8D; }

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

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

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

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

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

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

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

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