#EB7C8A

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

Shades of Carissma #EB7C8A

Tints of Carissma #EB7C8A

Color information

#EB7C8A (or 0xEB7C8A) is unknown color: approx Carissma. HEX triplet: EB, 7C and 8A. RGB value is (235,124,138). Sum of RGB (Red+Green+Blue) = 235+124+138=497 (65% of max value = 765). Red value is 235 (92.19% from 255 or 47.28% from 497); Green value is 124 (48.83% from 255 or 24.95% from 497); Blue value is 138 (54.30% from 255 or 27.77% from 497); Max value from RGB is 235 - color contains mainly: red. Hex color #EB7C8A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EB7C8A is #148375. Grayscale: #9E9E9E. Windows color (decimal): -1344374 or 9075947. OLE color: 9075947.

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

Color convert

RGB235124138-
CMYK00.470.410.08
HSL352.43º73.51%70.39%-
HSV(B)352.43º47.23%92.16%-
XYZ46.0633.9128.16-
YUV158.78116.27182.36-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 47.28%
GREEN value IS 124 (48.83% from 255) = 24.95%
BLUE value IS 138 (54.30% from 255) = 27.77%
R=47.28%
G=24.95%
B=27.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.41
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23512413800.470.410.08352.4373.5170.39
HexEB7C8A02F2981604a46
Octal3531742120575110540112106
Binary111010111111100100010100101111101001100010110000010010101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB7C8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB7C8A; }

 p { color: rgb(235,124,138); }

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

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

 a { background-color: rgb(235,124,138); }

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

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

 span { border-color: rgb(235,124,138); }

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