#EA7796

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

Shades of Carissma #EA7796

Tints of Carissma #EA7796

Color information

#EA7796 (or 0xEA7796) is unknown color: approx Carissma. HEX triplet: EA, 77 and 96. RGB value is (234,119,150). Sum of RGB (Red+Green+Blue) = 234+119+150=503 (66% of max value = 765). Red value is 234 (91.80% from 255 or 46.52% from 503); Green value is 119 (46.88% from 255 or 23.66% from 503); Blue value is 150 (58.98% from 255 or 29.82% from 503); Max value from RGB is 234 - color contains mainly: red. Hex color #EA7796 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EA7796 is #158869. Grayscale: #9C9C9C. Windows color (decimal): -1411178 or 9861098. OLE color: 9861098.

HSL color Cylindrical-coordinate representation of color #EA7796: hue angle of 343.83º 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 #EA7796 is Cyan = 0, Magento = 0.49, Yellow = 0.36 and Black (K on CMYK) = 0.08.

Color convert

RGB234119150-
CMYK00.490.360.08
HSL343.83º73.25%69.22%-
HSV(B)343.83º49.15%91.76%-
XYZ46.0332.8932.78-
YUV156.92124.1182.98-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 46.52%
GREEN value IS 119 (46.88% from 255) = 23.66%
BLUE value IS 150 (58.98% from 255) = 29.82%
R=46.52%
G=23.66%
B=29.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.36
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23411915000.490.360.08343.8373.2569.22
HexEA77960312481584945
Octal3521672260614410530111105
Binary111010101110111100101100110001100100100010101100010010011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA7796

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA7796; }

 p { color: rgb(234,119,150); }

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

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

 a { background-color: rgb(234,119,150); }

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

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

 span { border-color: rgb(234,119,150); }

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