#EA869D

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

Shades of Carissma #EA869D

Tints of Carissma #EA869D

Color information

#EA869D (or 0xEA869D) is unknown color: approx Carissma. HEX triplet: EA, 86 and 9D. RGB value is (234,134,157). Sum of RGB (Red+Green+Blue) = 234+134+157=525 (69% of max value = 765). Red value is 234 (91.80% from 255 or 44.57% from 525); Green value is 134 (52.73% from 255 or 25.52% from 525); Blue value is 157 (61.72% from 255 or 29.90% from 525); Max value from RGB is 234 - color contains mainly: red. Hex color #EA869D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EA869D is #157962. Grayscale: #A6A6A6. Windows color (decimal): -1407331 or 10323690. OLE color: 10323690.

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

Color convert

RGB234134157-
CMYK00.430.330.08
HSL346.2º70.42%72.16%-
HSV(B)346.2º42.74%91.76%-
XYZ48.5436.9836.48-
YUV166.52122.63176.13-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 44.57%
GREEN value IS 134 (52.73% from 255) = 25.52%
BLUE value IS 157 (61.72% from 255) = 29.90%
R=44.57%
G=25.52%
B=29.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.33
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23413415700.430.330.08346.270.4272.16
HexEA869D02B21815a4648
Octal3522062350534110532106110
Binary1110101010000110100111010101011100001100010101101010001101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA869D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA869D; }

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

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

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

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

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

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

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

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