#EA7B9A

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

Shades of Carissma #EA7B9A

Tints of Carissma #EA7B9A

Color information

#EA7B9A (or 0xEA7B9A) is unknown color: approx Carissma. HEX triplet: EA, 7B and 9A. RGB value is (234,123,154). Sum of RGB (Red+Green+Blue) = 234+123+154=511 (67% of max value = 765). Red value is 234 (91.80% from 255 or 45.79% from 511); Green value is 123 (48.44% from 255 or 24.07% from 511); Blue value is 154 (60.55% from 255 or 30.14% from 511); Max value from RGB is 234 - color contains mainly: red. Hex color #EA7B9A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EA7B9A is #158465. Grayscale: #9F9F9F. Windows color (decimal): -1410150 or 10124266. OLE color: 10124266.

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

Color convert

RGB234123154-
CMYK00.470.340.08
HSL343.24º72.55%70%-
HSV(B)343.24º47.44%91.76%-
XYZ46.8533.9934.66-
YUV159.72124.77180.98-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 45.79%
GREEN value IS 123 (48.44% from 255) = 24.07%
BLUE value IS 154 (60.55% from 255) = 30.14%
R=45.79%
G=24.07%
B=30.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.34
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23412315400.470.340.08343.2472.5570
HexEA7B9A02F2281574946
Octal3521732320574210527111106
Binary111010101111011100110100101111100010100010101011110010011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA7B9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA7B9A; }

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

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

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

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

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

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

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

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