#EA7B9B

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

Shades of Carissma #EA7B9B

Tints of Carissma #EA7B9B

Color information

#EA7B9B (or 0xEA7B9B) is unknown color: approx Carissma. HEX triplet: EA, 7B and 9B. RGB value is (234,123,155). Sum of RGB (Red+Green+Blue) = 234+123+155=512 (67% of max value = 765). Red value is 234 (91.80% from 255 or 45.70% from 512); Green value is 123 (48.44% from 255 or 24.02% from 512); Blue value is 155 (60.94% from 255 or 30.27% from 512); Max value from RGB is 234 - color contains mainly: red. Hex color #EA7B9B is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EA7B9B is #158464. Grayscale: #9F9F9F. Windows color (decimal): -1410149 or 10189802. OLE color: 10189802.

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

Color convert

RGB234123155-
CMYK00.470.340.08
HSL342.7º72.55%70%-
HSV(B)342.7º47.44%91.76%-
XYZ46.9334.0235.1-
YUV159.84125.27180.9-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 45.70%
GREEN value IS 123 (48.44% from 255) = 24.02%
BLUE value IS 155 (60.94% from 255) = 30.27%
R=45.70%
G=24.02%
B=30.27%

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
Decimal23412315500.470.340.08342.772.5570
HexEA7B9B02F2281574946
Octal3521732330574210527111106
Binary111010101111011100110110101111100010100010101011110010011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA7B9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA7B9B; }

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

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

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

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

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

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

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

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