#EA7891

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

Shades of Carissma #EA7891

Tints of Carissma #EA7891

Color information

#EA7891 (or 0xEA7891) is unknown color: approx Carissma. HEX triplet: EA, 78 and 91. RGB value is (234,120,145). Sum of RGB (Red+Green+Blue) = 234+120+145=499 (66% of max value = 765). Red value is 234 (91.80% from 255 or 46.89% from 499); Green value is 120 (47.27% from 255 or 24.05% from 499); Blue value is 145 (57.03% from 255 or 29.06% from 499); Max value from RGB is 234 - color contains mainly: red. Hex color #EA7891 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EA7891 is #15876E. Grayscale: #9C9C9C. Windows color (decimal): -1410927 or 9533674. OLE color: 9533674.

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

Color convert

RGB234120145-
CMYK00.490.380.08
HSL346.84º73.08%69.41%-
HSV(B)346.84º48.72%91.76%-
XYZ45.7632.9730.74-
YUV156.94121.27182.97-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 46.89%
GREEN value IS 120 (47.27% from 255) = 24.05%
BLUE value IS 145 (57.03% from 255) = 29.06%
R=46.89%
G=24.05%
B=29.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.38
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23412014500.490.380.08346.8473.0869.41
HexEA789103126815b4945
Octal3521702210614610533111105
Binary111010101111000100100010110001100110100010101101110010011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA7891

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA7891; }

 p { color: rgb(234,120,145); }

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

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

 a { background-color: rgb(234,120,145); }

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

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

 span { border-color: rgb(234,120,145); }

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