#EA77A1

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

Shades of Carissma #EA77A1

Tints of Carissma #EA77A1

Color information

#EA77A1 (or 0xEA77A1) is unknown color: approx Carissma. HEX triplet: EA, 77 and A1. RGB value is (234,119,161). Sum of RGB (Red+Green+Blue) = 234+119+161=514 (68% of max value = 765). Red value is 234 (91.80% from 255 or 45.53% from 514); Green value is 119 (46.88% from 255 or 23.15% from 514); Blue value is 161 (63.28% from 255 or 31.32% from 514); Max value from RGB is 234 - color contains mainly: red. Hex color #EA77A1 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EA77A1 is #15885E. Grayscale: #9E9E9E. Windows color (decimal): -1411167 or 10581994. OLE color: 10581994.

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

Color convert

RGB234119161-
CMYK00.490.310.08
HSL338.09º73.25%69.22%-
HSV(B)338.09º49.15%91.76%-
XYZ46.9633.2637.66-
YUV158.17129.6182.08-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 45.53%
GREEN value IS 119 (46.88% from 255) = 23.15%
BLUE value IS 161 (63.28% from 255) = 31.32%
R=45.53%
G=23.15%
B=31.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.31
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23411916100.490.310.08338.0973.2569.22
HexEA77A10311F81524945
Octal3521672410613710522111105
Binary11101010111011110100001011000111111100010101001010010011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA77A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA77A1; }

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

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

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

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

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

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

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

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