#E28B8D

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

Shades of Carissma #E28B8D

Tints of Carissma #E28B8D

Color information

#E28B8D (or 0xE28B8D) is unknown color: approx Carissma. HEX triplet: E2, 8B and 8D. RGB value is (226,139,141). Sum of RGB (Red+Green+Blue) = 226+139+141=506 (67% of max value = 765). Red value is 226 (88.67% from 255 or 44.66% from 506); Green value is 139 (54.69% from 255 or 27.47% from 506); Blue value is 141 (55.47% from 255 or 27.87% from 506); Max value from RGB is 226 - color contains mainly: red. Hex color #E28B8D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E28B8D is #1D7472. Grayscale: #A5A5A5. Windows color (decimal): -1930355 or 9276386. OLE color: 9276386.

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

Color convert

RGB226139141-
CMYK00.380.380.11
HSL358.62º60%71.57%-
HSV(B)358.62º38.5%88.63%-
XYZ45.436.5629.86-
YUV165.24114.32171.34-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 44.66%
GREEN value IS 139 (54.69% from 255) = 27.47%
BLUE value IS 141 (55.47% from 255) = 27.87%
R=44.66%
G=27.47%
B=27.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.38
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22613914100.380.380.11358.626071.57
HexE28B8D02626B1673c48
Octal342213215046461354774110
Binary111000101000101110001101010011010011010111011001111111001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E28B8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E28B8D; }

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

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

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

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

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

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

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

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