#E27D9A

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

Shades of Carissma #E27D9A

Tints of Carissma #E27D9A

Color information

#E27D9A (or 0xE27D9A) is unknown color: approx Carissma. HEX triplet: E2, 7D and 9A. RGB value is (226,125,154). Sum of RGB (Red+Green+Blue) = 226+125+154=505 (66% of max value = 765). Red value is 226 (88.67% from 255 or 44.75% from 505); Green value is 125 (49.22% from 255 or 24.75% from 505); Blue value is 154 (60.55% from 255 or 30.50% from 505); Max value from RGB is 226 - color contains mainly: red. Hex color #E27D9A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E27D9A is #1D8265. Grayscale: #9E9E9E. Windows color (decimal): -1933926 or 10124770. OLE color: 10124770.

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

Color convert

RGB226125154-
CMYK00.450.320.11
HSL342.77º63.52%68.82%-
HSV(B)342.77º44.69%88.63%-
XYZ44.5333.1734.63-
YUV158.51125.46176.14-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 44.75%
GREEN value IS 125 (49.22% from 255) = 24.75%
BLUE value IS 154 (60.55% from 255) = 30.50%
R=44.75%
G=24.75%
B=30.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.32
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22612515400.450.320.11342.7763.5268.82
HexE27D9A02D20B1574045
Octal3421752320554013527100105
Binary111000101111101100110100101101100000101110101011110000001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E27D9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E27D9A; }

 p { color: rgb(226,125,154); }

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

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

 a { background-color: rgb(226,125,154); }

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

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

 span { border-color: rgb(226,125,154); }

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