#EB7F8A

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

Shades of Carissma #EB7F8A

Tints of Carissma #EB7F8A

Color information

#EB7F8A (or 0xEB7F8A) is unknown color: approx Carissma. HEX triplet: EB, 7F and 8A. RGB value is (235,127,138). Sum of RGB (Red+Green+Blue) = 235+127+138=500 (66% of max value = 765). Red value is 235 (92.19% from 255 or 47% from 500); Green value is 127 (50% from 255 or 25.4% from 500); Blue value is 138 (54.30% from 255 or 27.6% from 500); Max value from RGB is 235 - color contains mainly: red. Hex color #EB7F8A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EB7F8A is #148075. Grayscale: #A0A0A0. Windows color (decimal): -1343606 or 9076715. OLE color: 9076715.

HSL color Cylindrical-coordinate representation of color #EB7F8A: hue angle of 353.89º degrees, saturation: 0.73, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #EB7F8A is Cyan = 0, Magento = 0.46, Yellow = 0.41 and Black (K on CMYK) = 0.08.

Color convert

RGB235127138-
CMYK00.460.410.08
HSL353.89º72.97%70.98%-
HSV(B)353.89º45.96%92.16%-
XYZ46.4434.6828.29-
YUV160.55115.28181.11-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 47%
GREEN value IS 127 (50% from 255) = 25.4%
BLUE value IS 138 (54.30% from 255) = 27.6%
R=47%
G=25.4%
B=27.6%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.41
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23512713800.460.410.08353.8972.9770.98
HexEB7F8A02E2981624947
Octal3531772120565110542111107
Binary111010111111111100010100101110101001100010110001010010011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB7F8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB7F8A; }

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

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

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

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

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

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

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

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