#EA818C

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

Shades of Carissma #EA818C

Tints of Carissma #EA818C

Color information

#EA818C (or 0xEA818C) is unknown color: approx Carissma. HEX triplet: EA, 81 and 8C. RGB value is (234,129,140). Sum of RGB (Red+Green+Blue) = 234+129+140=503 (66% of max value = 765). Red value is 234 (91.80% from 255 or 46.52% from 503); Green value is 129 (50.78% from 255 or 25.65% from 503); Blue value is 140 (55.08% from 255 or 27.83% from 503); Max value from RGB is 234 - color contains mainly: red. Hex color #EA818C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EA818C is #157E73. Grayscale: #A1A1A1. Windows color (decimal): -1408628 or 9208298. OLE color: 9208298.

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

Color convert

RGB234129140-
CMYK00.450.400.08
HSL353.71º71.43%71.18%-
HSV(B)353.71º44.87%91.76%-
XYZ46.5235.0929.13-
YUV161.65115.79179.61-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 46.52%
GREEN value IS 129 (50.78% from 255) = 25.65%
BLUE value IS 140 (55.08% from 255) = 27.83%
R=46.52%
G=25.65%
B=27.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.40
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23412914000.450.400.08353.7171.4371.18
HexEA818C02D2881624747
Octal3522012140555010542107107
Binary1110101010000001100011000101101101000100010110001010001111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA818C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA818C; }

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

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

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

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

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

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

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

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