#E28A8C

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

Shades of Carissma #E28A8C

Tints of Carissma #E28A8C

Color information

#E28A8C (or 0xE28A8C) is unknown color: approx Carissma. HEX triplet: E2, 8A and 8C. RGB value is (226,138,140). Sum of RGB (Red+Green+Blue) = 226+138+140=504 (66% of max value = 765). Red value is 226 (88.67% from 255 or 44.84% from 504); Green value is 138 (54.30% from 255 or 27.38% from 504); Blue value is 140 (55.08% from 255 or 27.78% from 504); Max value from RGB is 226 - color contains mainly: red. Hex color #E28A8C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E28A8C is #1D7573. Grayscale: #A4A4A4. Windows color (decimal): -1930612 or 9210594. OLE color: 9210594.

HSL color Cylindrical-coordinate representation of color #E28A8C: hue angle of 358.64º degrees, saturation: 0.6, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #E28A8C is Cyan = 0, Magento = 0.39, Yellow = 0.38 and Black (K on CMYK) = 0.11.

Color convert

RGB226138140-
CMYK00.390.380.11
HSL358.64º60.27%71.37%-
HSV(B)358.64º38.94%88.63%-
XYZ45.1936.2429.42-
YUV164.54114.15171.84-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 44.84%
GREEN value IS 138 (54.30% from 255) = 27.38%
BLUE value IS 140 (55.08% from 255) = 27.78%
R=44.84%
G=27.38%
B=27.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.38
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22613814000.390.380.11358.6460.2771.37
HexE28A8C02726B1673c47
Octal342212214047461354774107
Binary111000101000101010001100010011110011010111011001111111001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E28A8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E28A8C; }

 p { color: rgb(226,138,140); }

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

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

 a { background-color: rgb(226,138,140); }

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

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

 span { border-color: rgb(226,138,140); }

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