#EA7AA1

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

Shades of Carissma #EA7AA1

Tints of Carissma #EA7AA1

Color information

#EA7AA1 (or 0xEA7AA1) is unknown color: approx Carissma. HEX triplet: EA, 7A and A1. RGB value is (234,122,161). Sum of RGB (Red+Green+Blue) = 234+122+161=517 (68% of max value = 765). Red value is 234 (91.80% from 255 or 45.26% from 517); Green value is 122 (48.05% from 255 or 23.60% from 517); Blue value is 161 (63.28% from 255 or 31.14% from 517); Max value from RGB is 234 - color contains mainly: red. Hex color #EA7AA1 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EA7AA1 is #15855E. Grayscale: #9F9F9F. Windows color (decimal): -1410399 or 10582762. OLE color: 10582762.

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

Color convert

RGB234122161-
CMYK00.480.310.08
HSL339.11º72.73%69.8%-
HSV(B)339.11º47.86%91.76%-
XYZ47.3233.9837.78-
YUV159.93128.61180.83-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 45.26%
GREEN value IS 122 (48.05% from 255) = 23.60%
BLUE value IS 161 (63.28% from 255) = 31.14%
R=45.26%
G=23.60%
B=31.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.31
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23412216100.480.310.08339.1172.7369.8
HexEA7AA10301F81534946
Octal3521722410603710523111106
Binary11101010111101010100001011000011111100010101001110010011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA7AA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA7AA1; }

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

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

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

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

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

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

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

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