#EA8894

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

Shades of Carissma #EA8894

Tints of Carissma #EA8894

Color information

#EA8894 (or 0xEA8894) is unknown color: approx Carissma. HEX triplet: EA, 88 and 94. RGB value is (234,136,148). Sum of RGB (Red+Green+Blue) = 234+136+148=518 (68% of max value = 765). Red value is 234 (91.80% from 255 or 45.17% from 518); Green value is 136 (53.52% from 255 or 26.25% from 518); Blue value is 148 (58.20% from 255 or 28.57% from 518); Max value from RGB is 234 - color contains mainly: red. Hex color #EA8894 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EA8894 is #15776B. Grayscale: #A6A6A6. Windows color (decimal): -1406828 or 9734378. OLE color: 9734378.

HSL color Cylindrical-coordinate representation of color #EA8894: hue angle of 352.65º degrees, saturation: 0.7, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #EA8894 is Cyan = 0, Magento = 0.42, Yellow = 0.37 and Black (K on CMYK) = 0.08.

Color convert

RGB234136148-
CMYK00.420.370.08
HSL352.65º70%72.55%-
HSV(B)352.65º41.88%91.76%-
XYZ48.0837.2432.67-
YUV166.67117.47176.02-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 45.17%
GREEN value IS 136 (53.52% from 255) = 26.25%
BLUE value IS 148 (58.20% from 255) = 28.57%
R=45.17%
G=26.25%
B=28.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.37
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23413614800.420.370.08352.657072.55
HexEA889402A2581614649
Octal3522102240524510541106111
Binary1110101010001000100101000101010100101100010110000110001101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA8894

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA8894; }

 p { color: rgb(234,136,148); }

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

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

 a { background-color: rgb(234,136,148); }

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

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

 span { border-color: rgb(234,136,148); }

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