#EA819D

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

Shades of Carissma #EA819D

Tints of Carissma #EA819D

Color information

#EA819D (or 0xEA819D) is unknown color: approx Carissma. HEX triplet: EA, 81 and 9D. RGB value is (234,129,157). Sum of RGB (Red+Green+Blue) = 234+129+157=520 (68% of max value = 765). Red value is 234 (91.80% from 255 or 45% from 520); Green value is 129 (50.78% from 255 or 24.81% from 520); Blue value is 157 (61.72% from 255 or 30.19% from 520); Max value from RGB is 234 - color contains mainly: red. Hex color #EA819D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EA819D is #157E62. Grayscale: #A3A3A3. Windows color (decimal): -1408611 or 10322410. OLE color: 10322410.

HSL color Cylindrical-coordinate representation of color #EA819D: hue angle of 344º degrees, saturation: 0.71, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #EA819D is Cyan = 0, Magento = 0.45, Yellow = 0.33 and Black (K on CMYK) = 0.08.

Color convert

RGB234129157-
CMYK00.450.330.08
HSL344º71.43%71.18%-
HSV(B)344º44.87%91.76%-
XYZ47.8735.6336.25-
YUV163.59124.29178.22-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 45%
GREEN value IS 129 (50.78% from 255) = 24.81%
BLUE value IS 157 (61.72% from 255) = 30.19%
R=45%
G=24.81%
B=30.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.33
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23412915700.450.330.0834471.4371.18
HexEA819D02D2181584747
Octal3522012350554110530107107
Binary1110101010000001100111010101101100001100010101100010001111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA819D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA819D; }

 p { color: rgb(234,129,157); }

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

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

 a { background-color: rgb(234,129,157); }

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

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

 span { border-color: rgb(234,129,157); }

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