#EA7B9C

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

Shades of Carissma #EA7B9C

Tints of Carissma #EA7B9C

Color information

#EA7B9C (or 0xEA7B9C) is unknown color: approx Carissma. HEX triplet: EA, 7B and 9C. RGB value is (234,123,156). Sum of RGB (Red+Green+Blue) = 234+123+156=513 (67% of max value = 765). Red value is 234 (91.80% from 255 or 45.61% from 513); Green value is 123 (48.44% from 255 or 23.98% from 513); Blue value is 156 (61.33% from 255 or 30.41% from 513); Max value from RGB is 234 - color contains mainly: red. Hex color #EA7B9C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EA7B9C is #158463. Grayscale: #9F9F9F. Windows color (decimal): -1410148 or 10255338. OLE color: 10255338.

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

Color convert

RGB234123156-
CMYK00.470.330.08
HSL342.16º72.55%70%-
HSV(B)342.16º47.44%91.76%-
XYZ47.0234.0635.55-
YUV159.95125.77180.82-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 45.61%
GREEN value IS 123 (48.44% from 255) = 23.98%
BLUE value IS 156 (61.33% from 255) = 30.41%
R=45.61%
G=23.98%
B=30.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.33
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23412315600.470.330.08342.1672.5570
HexEA7B9C02F2181564946
Octal3521732340574110526111106
Binary111010101111011100111000101111100001100010101011010010011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA7B9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA7B9C; }

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

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

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

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

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

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

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

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