#EA818A

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

Shades of Carissma #EA818A

Tints of Carissma #EA818A

Color information

#EA818A (or 0xEA818A) is unknown color: approx Carissma. HEX triplet: EA, 81 and 8A. RGB value is (234,129,138). Sum of RGB (Red+Green+Blue) = 234+129+138=501 (66% of max value = 765). Red value is 234 (91.80% from 255 or 46.71% from 501); Green value is 129 (50.78% from 255 or 25.75% from 501); Blue value is 138 (54.30% from 255 or 27.54% from 501); Max value from RGB is 234 - color contains mainly: red. Hex color #EA818A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EA818A is #157E75. Grayscale: #A1A1A1. Windows color (decimal): -1408630 or 9077226. OLE color: 9077226.

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

Color convert

RGB234129138-
CMYK00.450.410.08
HSL354.86º71.43%71.18%-
HSV(B)354.86º44.87%91.76%-
XYZ46.3735.0328.36-
YUV161.42114.79179.77-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 46.71%
GREEN value IS 129 (50.78% from 255) = 25.75%
BLUE value IS 138 (54.30% from 255) = 27.54%
R=46.71%
G=25.75%
B=27.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.41
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23412913800.450.410.08354.8671.4371.18
HexEA818A02D2981634747
Octal3522012120555110543107107
Binary1110101010000001100010100101101101001100010110001110001111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA818A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA818A; }

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

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

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

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

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

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

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

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