#EA839A

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

Shades of Carissma #EA839A

Tints of Carissma #EA839A

Color information

#EA839A (or 0xEA839A) is unknown color: approx Carissma. HEX triplet: EA, 83 and 9A. RGB value is (234,131,154). Sum of RGB (Red+Green+Blue) = 234+131+154=519 (68% of max value = 765). Red value is 234 (91.80% from 255 or 45.09% from 519); Green value is 131 (51.56% from 255 or 25.24% from 519); Blue value is 154 (60.55% from 255 or 29.67% from 519); Max value from RGB is 234 - color contains mainly: red. Hex color #EA839A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EA839A is #157C65. Grayscale: #A4A4A4. Windows color (decimal): -1408102 or 10126314. OLE color: 10126314.

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

Color convert

RGB234131154-
CMYK00.440.340.08
HSL346.6º71.03%71.57%-
HSV(B)346.6º44.02%91.76%-
XYZ47.8836.0635.01-
YUV164.42122.12177.63-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 45.09%
GREEN value IS 131 (51.56% from 255) = 25.24%
BLUE value IS 154 (60.55% from 255) = 29.67%
R=45.09%
G=25.24%
B=29.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.34
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23413115400.440.340.08346.671.0371.57
HexEA839A02C22815b4748
Octal3522032320544210533107110
Binary1110101010000011100110100101100100010100010101101110001111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA839A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA839A; }

 p { color: rgb(234,131,154); }

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

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

 a { background-color: rgb(234,131,154); }

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

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

 span { border-color: rgb(234,131,154); }

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