#EB868A

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

Shades of Carissma #EB868A

Tints of Carissma #EB868A

Color information

#EB868A (or 0xEB868A) is unknown color: approx Carissma. HEX triplet: EB, 86 and 8A. RGB value is (235,134,138). Sum of RGB (Red+Green+Blue) = 235+134+138=507 (67% of max value = 765). Red value is 235 (92.19% from 255 or 46.35% from 507); Green value is 134 (52.73% from 255 or 26.43% from 507); Blue value is 138 (54.30% from 255 or 27.22% from 507); Max value from RGB is 235 - color contains mainly: red. Hex color #EB868A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EB868A is #147975. Grayscale: #A4A4A4. Windows color (decimal): -1341814 or 9078507. OLE color: 9078507.

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

Color convert

RGB235134138-
CMYK00.430.410.08
HSL357.62º71.63%72.35%-
HSV(B)357.62º42.98%92.16%-
XYZ47.3736.5528.6-
YUV164.66112.96178.17-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 46.35%
GREEN value IS 134 (52.73% from 255) = 26.43%
BLUE value IS 138 (54.30% from 255) = 27.22%
R=46.35%
G=26.43%
B=27.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.41
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23513413800.430.410.08357.6271.6372.35
HexEB868A02B2981664848
Octal3532062120535110546110110
Binary1110101110000110100010100101011101001100010110011010010001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB868A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB868A; }

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

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

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

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

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

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

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

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