#EB769B

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

Shades of Carissma #EB769B

Tints of Carissma #EB769B

Color information

#EB769B (or 0xEB769B) is unknown color: approx Carissma. HEX triplet: EB, 76 and 9B. RGB value is (235,118,155). Sum of RGB (Red+Green+Blue) = 235+118+155=508 (67% of max value = 765). Red value is 235 (92.19% from 255 or 46.26% from 508); Green value is 118 (46.48% from 255 or 23.23% from 508); Blue value is 155 (60.94% from 255 or 30.51% from 508); Max value from RGB is 235 - color contains mainly: red. Hex color #EB769B is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EB769B is #148964. Grayscale: #9D9D9D. Windows color (decimal): -1345893 or 10188523. OLE color: 10188523.

HSL color Cylindrical-coordinate representation of color #EB769B: hue angle of 341.03º degrees, saturation: 0.75, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #EB769B is Cyan = 0, Magento = 0.50, Yellow = 0.34 and Black (K on CMYK) = 0.08.

Color convert

RGB235118155-
CMYK00.500.340.08
HSL341.03º74.52%69.22%-
HSV(B)341.03º49.79%92.16%-
XYZ46.6632.9934.92-
YUV157.2126.76183.49-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 46.26%
GREEN value IS 118 (46.48% from 255) = 23.23%
BLUE value IS 155 (60.94% from 255) = 30.51%
R=46.26%
G=23.23%
B=30.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.34
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23511815500.500.340.08341.0374.5269.22
HexEB769B0322281554b45
Octal3531662330624210525113105
Binary111010111110110100110110110010100010100010101010110010111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB769B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB769B; }

 p { color: rgb(235,118,155); }

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

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

 a { background-color: rgb(235,118,155); }

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

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

 span { border-color: rgb(235,118,155); }

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