#EF7D8B

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

Shades of Carissma #EF7D8B

Tints of Carissma #EF7D8B

Color information

#EF7D8B (or 0xEF7D8B) is unknown color: approx Carissma. HEX triplet: EF, 7D and 8B. RGB value is (239,125,139). Sum of RGB (Red+Green+Blue) = 239+125+139=503 (66% of max value = 765). Red value is 239 (93.75% from 255 or 47.51% from 503); Green value is 125 (49.22% from 255 or 24.85% from 503); Blue value is 139 (54.69% from 255 or 27.63% from 503); Max value from RGB is 239 - color contains mainly: red. Hex color #EF7D8B is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF7D8B is #108274. Grayscale: #A0A0A0. Windows color (decimal): -1081973 or 9141743. OLE color: 9141743.

HSL color Cylindrical-coordinate representation of color #EF7D8B: hue angle of 352.63º degrees, saturation: 0.78, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #EF7D8B is Cyan = 0, Magento = 0.48, Yellow = 0.42 and Black (K on CMYK) = 0.06.

Color convert

RGB239125139-
CMYK00.480.420.06
HSL352.63º78.08%71.37%-
HSV(B)352.63º47.7%93.73%-
XYZ47.5934.8828.65-
YUV160.68115.77183.86-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 47.51%
GREEN value IS 125 (49.22% from 255) = 24.85%
BLUE value IS 139 (54.69% from 255) = 27.63%
R=47.51%
G=24.85%
B=27.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.42
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23912513900.480.420.06352.6378.0871.37
HexEF7D8B0302A61614e47
Octal357175213060526541116107
Binary11101111111110110001011011000010101011010110000110011101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF7D8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF7D8B; }

 p { color: rgb(239,125,139); }

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

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

 a { background-color: rgb(239,125,139); }

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

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

 span { border-color: rgb(239,125,139); }

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